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 6f90ddd commit b598f71Copy full SHA for b598f71
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Use Node.js
10
uses: actions/setup-node@v4
11
with:
12
- node-version: 18.x
+ node-version: 22.x
13
- name: npm install, build, and test
14
run: |
15
npm install
0 commit comments