There was an error while loading. Please reload this page.
1 parent a77b068 commit f793030Copy full SHA for f793030
1 file changed
.github/workflows/test.yaml
@@ -18,21 +18,21 @@ jobs:
18
19
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
22
23
- name: Get yarn cache directory path
24
id: yarn-cache-dir-path
25
run: echo "::set-output name=dir::$(yarn cache dir)"
26
27
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
28
with:
29
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
30
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
31
restore-keys: |
32
${{ runner.os }}-yarn-
33
34
- name: Use Node.js ${{ matrix.environment.node-version }}
35
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v6
36
37
node-version: ${{ matrix.environment.node-version }}
38
0 commit comments