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 cef7d59 commit 619c4b5Copy full SHA for 619c4b5
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
run: npm install --global yarn
16
- uses: actions/setup-node@v3
17
with:
18
- node-version: "21"
+ node-version: "22"
19
cache: "yarn"
20
- name: Install dependencies
21
run: yarn install --frozen-lockfile
0 commit comments