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 977baa4 commit 4276c7cCopy full SHA for 4276c7c
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
persist-credentials: false
24
- name: Setup Node.js
25
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
+ uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
26
27
node-version: 20.x
28
cache: 'yarn'
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
30
31
node-version: "${{ matrix.node-version }}"
32
0 commit comments