Skip to content

Commit 92abfa4

Browse files
committed
feat(GitHubActions): Use node 20 in npm-publish.yml
1 parent 4c833c2 commit 92abfa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/setup-node@v3
3737
with:
3838
# TODO: extract this to strategy.matrix, reference: https://github.com/orgs/community/discussions/26284#discussioncomment-3251198
39-
node-version: 16
39+
node-version: 20
4040

4141
- run: npm ci
4242
- run: npm test
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v4
4949
- uses: actions/setup-node@v3
5050
with:
51-
node-version: 16
51+
node-version: 20
5252
registry-url: https://registry.npmjs.org/
5353
- run: npm ci
5454
- run: npm publish

0 commit comments

Comments
 (0)