Skip to content

Commit 36188b4

Browse files
committed
Bump node version gh_action
1 parent 9dd0dbe commit 36188b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: 16
28+
node-version: 20
2929
registry-url: https://npm.pkg.github.com/
3030
- run: npm ci
3131
env:
@@ -47,7 +47,7 @@ jobs:
4747

4848
- uses: actions/setup-node@v3
4949
with:
50-
node-version: 16
50+
node-version: 20
5151
registry-url: https://npm.pkg.github.com/
5252

5353
- run: npm ci

0 commit comments

Comments
 (0)