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.
2 parents 7935b63 + eec160b commit 4e6c829Copy full SHA for 4e6c829
2 files changed
.github/workflows/cloudflare-pages.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: "⎔ Setup node"
26
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
27
with:
28
- node-version: "22.x"
+ node-version: "24.x"
29
cache: "pnpm"
30
- name: "🔒 Verify lockfile"
31
run: pnpm install --frozen-lockfile
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
- name: "🏗 Prepare"
56
run: |
.node-version
@@ -1 +1 @@
1
-22.16.0
+24.15.0
0 commit comments