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 6a8d1af commit 64a78bcCopy full SHA for 64a78bc
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
22
- name: Use Node.js ${{ matrix.node_version }}
23
- uses: actions/setup-node@30f0e7dc5aa0e546410a28dc80a10d8114ee873e
+ uses: actions/setup-node@9f3a02bbd17adc05b078145bb8f676c84be77e89
24
with:
25
node-version: ${{ matrix.node_version }}
26
cache: npm
0 commit comments