We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f261ca6 commit 9e2802aCopy full SHA for 9e2802a
.github/workflows/npm-ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- node-version: [18.x, 20.x]
+ node-version: [18.x, 20.x, 22.x]
11
steps:
12
- uses: actions/checkout@v4
13
- name: Use Node.js ${{ matrix.node-version }}
.github/workflows/npm-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: 20
+ node-version: 22
18
registry-url: https://registry.npmjs.org/
19
- run: npm ci
20
- run: npm run build
0 commit comments