Skip to content

Commit 4c1858c

Browse files
committed
Node version update
1 parent 071947c commit 4c1858c

5 files changed

Lines changed: 6 additions & 6045 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Node.js
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 16
23+
node-version: 20
2424

2525
- name: Install dependencies
2626
run: npm ci

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Node.js
3333
uses: actions/setup-node@v3
3434
with:
35-
node-version: 16
35+
node-version: 20
3636

3737
- name: Setup git credentials
3838
run: |

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,5 @@ outputs:
153153
description: 'A version prepared for pushing into a repository instead of "CURRENT_VERSION" after release, usually incremented by 1'
154154

155155
runs:
156-
using: 'node16'
156+
using: 'node20'
157157
main: 'build/index.js'

0 commit comments

Comments
 (0)