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 116bba7 commit 0fee286Copy full SHA for 0fee286
.github/workflows/nodejs.yml
@@ -8,7 +8,7 @@ jobs:
8
9
strategy:
10
matrix:
11
- node-version: [16.x, 18.x]
+ node-version: [18.x, 20.x, 22.x]
12
13
steps:
14
- uses: actions/checkout@v3
.github/workflows/npmpublish.yml
@@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-node@v3
with:
- node-version: 18
+ node-version: 22
15
- run: npm ci
16
- run: npm test
17
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
registry-url: https://registry.npmjs.org/
27
28
- run: npm publish
0 commit comments