We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0233cef commit 6ebe777Copy full SHA for 6ebe777
1 file changed
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v6
10
- name: Use Node.js LTS
11
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
12
with:
13
node-version: lts/*
14
- run: yarn
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
25
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
- uses: cypress-io/github-action@v5
0 commit comments