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 66514a5 commit c06e754Copy full SHA for c06e754
.github/workflows/ci.yml
@@ -18,6 +18,8 @@ jobs:
18
19
- name: Setup Node.js
20
uses: actions/setup-node@v5
21
+ with:
22
+ node-version: '22.x'
23
24
- name: Corepack enable
25
run: corepack enable
0 commit comments