We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84146c commit 0ea85daCopy full SHA for 0ea85da
.github/workflows/node.js.yml
@@ -42,18 +42,18 @@ jobs:
42
BROWSERS: "FirefoxHeadless"
43
steps:
44
- name: Checkout
45
- uses: actions/checkout@v3
+ uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
46
47
- name: Cache
48
- uses: actions/cache@v3
+ uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
49
with:
50
path: ~/.npm
51
key: ${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
52
restore-keys: |
53
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-
54
55
- name: Use Node.js ${{ matrix.NODE_VERSION }}
56
- uses: actions/[email protected]
+ uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
57
58
node-version: ${{ matrix.NODE_VERSION }}
59
0 commit comments