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 f4aec58 commit 2fcd2d3Copy full SHA for 2fcd2d3
.github/workflows/nodejs.yml
@@ -12,7 +12,7 @@ jobs:
12
os: [ubuntu-latest, windows-latest, macOS-latest]
13
steps:
14
- name: Node.js ${{ matrix.node-version }}
15
- uses: actions/setup-node@v5.0.0
+ uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
16
with:
17
node-version: ${{ matrix.node-version }}
18
- name: Update npm
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
pull-requests: write
- name: Set up Node.js
19
20
node-version: 22.21.0
21
0 commit comments