We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7f060 commit fed2db8Copy full SHA for fed2db8
.github/workflows/node.js.yml
@@ -15,7 +15,7 @@ jobs:
15
16
strategy:
17
matrix:
18
- node-version: [16.x, 18.x]
+ node-version: [20.x]
19
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
20
21
steps:
.github/workflows/npm-publish.yml
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
- node-version: 16
+ node-version: 20
- run: npm ci
- run: npm test
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
registry-url: https://registry.npmjs.org/
31
32
- run: npm publish
0 commit comments