We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9191c58 commit 28acf15Copy full SHA for 28acf15
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
23
24
- name: Install Node, NPM and Yarn
25
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
+ uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
26
with:
27
node-version: 20.6.1
28
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Install Node.js, NPM and Yarn
20
21
0 commit comments