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 e399ad3 commit 89f44a5Copy full SHA for 89f44a5
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v5
20
21
- name: Use Node.js ${{ matrix.node-version }}
22
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
23
with:
24
node-version: ${{ matrix.node-version }}
25
@@ -38,7 +38,7 @@ jobs:
38
# Yarn dependencies cannot be cached until yarn is installed
39
# WORKAROUND: https://github.com/actions/setup-node/issues/531
40
- name: Extract cached dependencies
41
42
43
cache: yarn
44
0 commit comments