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 f2b38cf commit f03ebafCopy full SHA for f03ebaf
.github/workflows/release-continuous.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: pnpm/action-setup@v4
14
15
- name: Install Node.js
16
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
17
with:
18
node-version-file: '.node-version'
19
cache: 'pnpm'
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
27
cache: pnpm
0 commit comments