WIP node 22

https://github.com/cypress-io/github-action/pull/1189
This commit is contained in:
Sylvere Richard
2024-10-05 22:01:35 +02:00
parent f5004fd9d4
commit c09af435ac
6 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '21' # Or specify any other version you want to use
node-version: '22' # Or specify any other version you want to use
- name: Install Dependencies
run: npm install
@@ -48,7 +48,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '21'
node-version: '22'
- name: Install Dependencies
run: npm ci