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 0bafb58 commit 1fde914Copy full SHA for 1fde914
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Setup node
11
uses: actions/setup-node@v4
12
with:
13
- node-version: 20
+ node-version: 22
14
- name: Install dependencies
15
run: npm ci
16
- name: Check formatting
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
17
0 commit comments