We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa3665 commit e45b920Copy full SHA for e45b920
1 file changed
.github/workflows/release.yml
@@ -16,9 +16,9 @@ jobs:
16
if: github.event_name == 'release' && github.event.action == 'released'
17
steps:
18
- uses: actions/checkout@v4
19
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
20
with:
21
- node-version: '18.x'
+ node-version: '24'
22
cache: yarn
23
registry-url: 'https://registry.npmjs.org'
24
- run: yarn install
@@ -30,9 +30,9 @@ jobs:
30
if: github.ref == 'refs/heads/next'
31
32
33
34
35
36
37
38
- name: Set outputs
0 commit comments