We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3f440 commit 3c16c64Copy full SHA for 3c16c64
.github/workflows/ci.yml
@@ -10,11 +10,11 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- node-version: [18.x]
+ node-version: [20.x]
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- name: Use Node.js ${{ matrix.node-version }}
17
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
18
with:
19
node-version: ${{ matrix.node-version }}
20
cache: 'npm'
@@ -29,7 +29,7 @@ jobs:
29
30
31
- name: Checkout
32
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
33
- name: Cypress run
34
uses: cypress-io/github-action@v6
35
0 commit comments