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 2f8b86f commit 36dffebCopy full SHA for 36dffeb
.github/workflows/node.js.yml
@@ -44,12 +44,12 @@ jobs:
44
sudo ldconfig
45
46
- name: Use Node.js ${{ matrix.NODE_VERSION }}
47
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
+ uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
48
with:
49
node-version: ${{ matrix.NODE_VERSION }}
50
51
- name: Cache
52
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
53
54
path: ~/.npm
55
key: ${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
0 commit comments