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.
2 parents f6077db + 1bffbec commit 53d31d5Copy full SHA for 53d31d5
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: pnpm/action-setup@v4
16
17
- name: Use node.js
18
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
19
with:
20
node-version: '18.x'
21
registry-url: 'https://registry.npmjs.org'
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v5
14
0 commit comments