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 13878b3 commit 27e567dCopy full SHA for 27e567d
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [16.x, 18.x, 20.x]
+ node-version: [20.x, 22.x]
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
22
steps:
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
# Setup .npmrc file to publish to npm
11
- uses: actions/setup-node@v3
12
with:
13
- node-version: '16.x'
+ node-version: '22.x'
14
registry-url: 'https://registry.npmjs.org'
15
- run: npm ci
- run: npm publish
0 commit comments