We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9fc205 commit d8cd661Copy full SHA for d8cd661
1 file changed
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
version: 10
13
- uses: actions/setup-node@v4
14
with:
15
- node-version: 20.19.0
+ node-version: 24
16
cache: pnpm
17
- name: Prepare npm config for trusted publishing
18
run: |
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
- name: Install dependencies and build 🔧
48
0 commit comments