We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b44fd commit 62adaf4Copy full SHA for 62adaf4
3 files changed
.github/workflows/ci-build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Node.js 20
25
uses: actions/setup-node@v5
26
with:
27
- node-version: '20.x'
+ node-version: '22.19.0'
28
cache: yarn
29
- name: Install dependencies
30
run: yarn install --frozen-lockfile
.github/workflows/ci-lint.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
.github/workflows/cloudflare-deploy.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
0 commit comments