Skip to content

Commit 6e0ffd4

Browse files
committed
fix: node version in the cypress workflow
1 parent 38ee727 commit 6e0ffd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cypress.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
node-version: [16.x]
1818

1919
steps:
20+
- name: Use Node.js ${{ matrix.node-version }}
21+
uses: actions/setup-node@v4
22+
with:
23+
node-version: ${{ matrix.node-version }}
2024
- name: Checkout repository
2125
uses: actions/checkout@v2
2226
- name: Cypress run

0 commit comments

Comments
 (0)