We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f848cef commit a8ccd8aCopy full SHA for a8ccd8a
.github/workflows/nodejs.yml
@@ -9,7 +9,7 @@ jobs:
9
10
strategy:
11
matrix:
12
- node-version: [18.x, 20.x]
+ node-version: [18.x, 20.x, 22.x]
13
14
steps:
15
- uses: actions/checkout@v1
.github/workflows/npm-publish.yml
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
- node-version: '18.x'
+ node-version: '20.x'
16
registry-url: 'https://registry.npmjs.org'
17
- run: yarn
18
- run: yarn build
0 commit comments