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 783ef46 commit b8cc20dCopy full SHA for b8cc20d
.github/workflows/cypress.yml
@@ -10,10 +10,10 @@ jobs:
10
11
runs-on: ubuntu-latest
12
steps:
13
+ - uses: actions/checkout@v4
14
- uses: actions/setup-node@v3
15
with:
16
node-version: 18
- - uses: actions/checkout@v4
17
- uses: cypress-io/github-action@v6
18
19
config: video=false
.github/workflows/eslint.yml
@@ -9,6 +9,10 @@ jobs:
9
- uses: actions/checkout@v2
+ - uses: actions/setup-node@v3
+ with:
+ node-version: 18
+
- name: Cache dependencies
uses: actions/cache@v4
0 commit comments