We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeeb208 commit 0aef475Copy full SHA for 0aef475
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- uses: actions/setup-node@v3.9.1
32
with:
33
- node-version: 16.x
+ node-version: 24.x
34
cache: pnpm
35
36
- run: pnpm install
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
- run: pnpm install --no-lockfile
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
90
91
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v3.6.0
15
16
17
- node-version: 18.x
18
registry-url: 'https://registry.npmjs.org'
19
20
- run: npm publish
0 commit comments