We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf125ae commit 9834e2dCopy full SHA for 9834e2d
.github/workflows/merge-master.yml
@@ -24,7 +24,7 @@ jobs:
24
node-version: 18.16.0
25
26
- name: 🧠 Cache node_modules
27
- uses: actions/cache@v2
+ uses: actions/cache@v3
28
id: yarn-cache
29
with:
30
path: '**/node_modules'
@@ -41,9 +41,9 @@ jobs:
41
42
- name: 👘 Run linter
43
run: yarn lint
44
-
+
45
- name: 🤖 Cypress run
46
- uses: cypress-io/[email protected]
+ uses: cypress-io/[email protected]
47
48
build: npm run build
49
- start: npm start
+ start: npm start
0 commit comments