Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ on:
node_version:
description: 'Node.js version'
required: true
default: 18
default: '20'
type: choice
options:
- 16
- 18
- 20
- 22

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 20.x
- name: NPM Setup
run: |
npm set registry "https://registry.npmjs.org/"
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 20.x
- name: Git Setup
run: |
git config --global user.email "bot@webdriver.io"
Expand Down
Loading