We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86cc13d commit 0ac75b7Copy full SHA for 0ac75b7
1 file changed
.github/workflows/ci-cd-develop.yml
@@ -15,7 +15,8 @@ jobs:
15
- name: Set up node
16
uses: actions/setup-node@v4
17
with:
18
- node-version: 16
+ node-version: '>=18.14.0'
19
+ cache: 'yarn'
20
- name: Install dependencies
21
run: yarn install
22
- name: Run linter
@@ -30,7 +31,8 @@ jobs:
30
31
32
33
34
35
36
37
38
- name: Run tests
@@ -45,7 +47,8 @@ jobs:
45
47
46
48
49
50
51
52
53
54
0 commit comments