Skip to content

Commit

Permalink
chore: Update node version to 20 in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcn99 committed May 15, 2024
1 parent af3278b commit 17299b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 14
node-version: 20
- name: install dependencies
run: npm install
- name: publish
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 14
node-version: 20
- name: install dependencies
run: npm install
- name: publish
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 14
node-version: 20
- name: install dependencies
run: npm install
- name: publish
Expand Down

0 comments on commit 17299b6

Please sign in to comment.