Skip to content

Commit ef1b22a

Browse files
Merge pull request #47 from webdevnerdstuff/dev
again
2 parents 5ad546c + f802ca3 commit ef1b22a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/cypress.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v4
1212

13+
- name: Setup Node.js 20.10.0
14+
uses: actions/setup-node@v3
15+
with:
16+
node-version: '20.10.0'
17+
1318
- name: Setup pnpm
1419
uses: pnpm/action-setup@v4
1520
with:
@@ -32,10 +37,10 @@ jobs:
3237
runs-on: ubuntu-22.04
3338
needs: install
3439
steps:
35-
- name: Setup pnpm
36-
uses: pnpm/action-setup@v4
40+
- name: Setup Node.js 20.10.0
41+
uses: actions/setup-node@v3
3742
with:
38-
version: 9
43+
node-version: '20.10.0'
3944

4045
- name: Checkout
4146
uses: actions/checkout@v4

0 commit comments

Comments
 (0)