Skip to content

Commit

Permalink
ci: set Node version to 16/18 (#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jan 3, 2023
1 parent 039a0c0 commit 1997767
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Install
run: pnpm i
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Install
run: pnpm i
Expand All @@ -62,12 +62,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [14, 16]
node_version: [16, 18]
include:
- os: macos-latest
node_version: 16
node_version: 18
- os: windows-latest
node_version: 16
node_version: 18
fail-fast: false

steps:
Expand Down

0 comments on commit 1997767

Please sign in to comment.