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 384e71a commit c80d7b3Copy full SHA for c80d7b3
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: '20.x'
+ node-version: '24.x'
22
registry-url: 'https://registry.npmjs.org'
23
- run: yarn install
24
- run: yarn build
@@ -31,7 +31,7 @@ jobs:
31
32
- uses: actions/setup-node@v3
33
34
35
36
- name: Set outputs
37
id: vars
0 commit comments