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 e73fb35 commit 861d725Copy full SHA for 861d725
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Use Node.js
20
uses: actions/setup-node@v4
21
with:
22
- node-version: '20.x'
+ node-version: '22.x'
23
cache: 'npm'
24
25
- name: Install dependencies
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
0 commit comments