We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ade077a + 33b9d37 commit 583bf1eCopy full SHA for 583bf1e
1 file changed
.github/workflows/ci.yml
@@ -9,13 +9,13 @@ jobs:
9
- uses: actions/checkout@v2
10
- uses: actions/setup-node@v2
11
with:
12
- node-version: '12'
13
- - uses: actions/cache@v2
+ node-version: '22'
+ - uses: actions/cache@v4
14
15
path: node_modules
16
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
17
- run: yarn install
18
- name: Lint
19
run: yarn lint
20
- name: Test
21
- run: yarn test
+ run: yarn test
0 commit comments