We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f9ec2 commit ccc6244Copy full SHA for ccc6244
2 files changed
.github/workflows/publish-lib.yaml
@@ -29,10 +29,10 @@ jobs:
29
- name: Install pnpm
30
uses: pnpm/action-setup@v3
31
32
- - name: Set node version to 20
+ - name: Set node version to 24
33
uses: actions/setup-node@v4
34
with:
35
- node-version: 20
+ node-version: 24
36
registry-url: https://registry.npmjs.org/
37
cache: pnpm
38
.github/workflows/publish.yaml
@@ -19,10 +19,10 @@ jobs:
19
20
21
22
23
24
25
26
27
28
0 commit comments