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 bceeafc commit 1254653Copy full SHA for 1254653
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v4
14
15
- name: Use Node.js
16
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
17
with:
18
node-version: '18.x'
19
registry-url: 'https://registry.npmjs.org'
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
20
21
22
0 commit comments