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 bc950c2 commit 462dcb5Copy full SHA for 462dcb5
.github/workflows/check-dist.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/[email protected]
29
30
- name: Set Node.js 20.x
31
- uses: actions/setup-node@v6.0.0
+ uses: actions/setup-node@v6.1.0
32
with:
33
node-version: 24.x
34
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Checkout repo
24
uses: actions/[email protected]
25
- name: Use Node 20.x
26
27
node-version: '24.x'
- name: Install npm 11.6.4
0 commit comments