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 40b200c commit 07cc3c0Copy full SHA for 07cc3c0
4 files changed
.github/workflows/deploy-docs.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Use Node.js
36
uses: actions/setup-node@v4
37
with:
38
- node-version: 22.x
+ node-version: 24.x
39
cache: 'pnpm'
40
41
- name: Install dependencies
.github/workflows/pkg-pr.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
33
- uses: denoland/setup-deno@v2
.github/workflows/treeshake-test.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Set up Node.js
46
47
48
49
50
cache-dependency-path: |
51
pr-branch/pnpm-lock.yaml
.nvmrc
@@ -0,0 +1 @@
1
+24
0 commit comments