Skip to content

Commit b9450fd

Browse files
authored
update workflow from node 16 to node 20 (#224)
1 parent b9002af commit b9450fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 16
17+
node-version: 20
1818
- run: npm ci
1919
- run: npm test
2020

@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v2
2929
- uses: actions/setup-node@v2
3030
with:
31-
node-version: 16
31+
node-version: 20
3232
registry-url: https://npm.pkg.github.com/
3333
- run: npm ci
3434
- run: npm publish

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: 16
14+
node-version: 20
1515
- run: npm ci
1616
- run: npm install
1717
- run: npm test
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- uses: actions/setup-node@v2
2525
with:
26-
node-version: 16
26+
node-version: 20
2727
registry-url: https://registry.npmjs.org/
2828
- run: npm ci
2929
- run: npm publish --access public

0 commit comments

Comments
 (0)