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 532abdc commit 97ea3f2Copy full SHA for 97ea3f2
.github/workflows/nodejs.yml
@@ -15,9 +15,9 @@ jobs:
15
- 22
16
os: [ubuntu-latest]
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
19
- name: Use Node.js ${{ matrix.node }}
20
- uses: actions/setup-node@v4
+ uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
21
with:
22
node-version: ${{ matrix.node }}
23
- run: npm install
0 commit comments