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 ab0fdc5 commit 6ef27fbCopy full SHA for 6ef27fb
.github/workflows/test.yml
@@ -13,8 +13,10 @@ jobs:
13
matrix:
14
node: [18, 20, 'lts/*']
15
steps:
16
- - uses: actions/checkout@v4
17
- - uses: actions/setup-node@v4
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+ with:
18
+ fetch-depth: 1
19
+ - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
20
with:
21
node-version: ${{ matrix.node }}
22
0 commit comments