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 28b29ac commit 9324db3Copy full SHA for 9324db3
.github/workflows/continuous-integration.yaml
@@ -5,14 +5,14 @@ jobs:
5
name: Continuous Integration
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v2
9
- - uses: actions/setup-node@v2-beta
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
10
with:
11
node-version: '22'
12
- name: Get yarn cache directory path
13
id: yarn-cache-dir-path
14
run: echo "::set-output name=dir::$(yarn cache dir)"
15
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
16
id: yarn-cache
17
18
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments