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 2a9773e commit bc66f74Copy full SHA for bc66f74
.github/workflows/node.yml
@@ -15,7 +15,7 @@ jobs:
15
16
strategy:
17
matrix:
18
- node-version: [16.x, 18.x, 20.x]
+ node-version: [20.x, 22.x]
19
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
20
21
steps:
.github/workflows/npm-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
- node-version: 18
+ node-version: 20
- run: npm ci
# - run: npm test
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
registry-url: https://registry.npmjs.org/
30
31
- run: npm publish
0 commit comments