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 f08396d commit bbb4dbdCopy full SHA for bbb4dbd
.github/workflows/main.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
- name: Install Dependencies
25
run: npm ci
0 commit comments