Skip to content

Commit 05d8097

Browse files
committed
latest versions of core libraries
1 parent 0eb7fbf commit 05d8097

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release-ide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: '16.x'
28+
node-version: '20.x'
2929
registry-url: 'https://registry.npmjs.org'
3030
- name: Install pnpm
3131
run: npm i -g pnpm

.github/workflows/release-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: '16.x'
28+
node-version: '20.x'
2929
registry-url: 'https://registry.npmjs.org'
3030
- name: Install pnpm
3131
run: npm i -g pnpm

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: '16.x'
28+
node-version: '20.x'
2929
registry-url: 'https://registry.npmjs.org'
3030
- name: Install pnpm
31-
run: npm i -g pnpm@7
31+
run: npm i -g pnpm
3232
- name: Install dependencies
3333
run: pnpm -r i
3434
- name: Build side-runner and selenium-ide

0 commit comments

Comments
 (0)