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 f925167 commit 5b6959bCopy full SHA for 5b6959b
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v5
13
14
- name: Use Node.js # will read version from .nvmrc
15
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
16
with:
17
node-version-file: '.nvmrc'
18
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
fetch-depth: 0 # Fetch full history for changelog generation
20
21
22
23
24
25
registry-url: 'https://registry.npmjs.org'
0 commit comments