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 062699a commit e51b93fCopy full SHA for e51b93f
2 files changed
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
run_install: false
39
40
- name: Set NodeJS
41
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
42
with:
43
node-version: 24
44
cache: 'pnpm'
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
registry-url: 'https://registry.npmjs.org/'
51
0 commit comments