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 0e241d4 commit 05b1fe0Copy full SHA for 05b1fe0
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-node@v4
13
with:
14
- node-version: 18
+ node-version: 22
15
registry-url: https://registry.npmjs.org/
16
cache: npm
17
- run: npm ci
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Use Node.js
10
uses: actions/setup-node@v4
- node-version: 18.x
+ node-version: 22.x
- name: npm install, build, and test
run: |
npm install
0 commit comments