We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4acd15e + c533c54 commit 146d8e8Copy full SHA for 146d8e8
2 files changed
.github/workflows/node.js.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v6
24
- name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v6.3.0
26
with:
27
node-version: ${{ matrix.node-version }}
28
- run: npm install
.github/workflows/publish-npm.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v6
14
15
- name: Setup Node
16
17
18
node-version: "24"
19
registry-url: "https://registry.npmjs.org"
0 commit comments