Skip to content

Commit

Permalink
use node-version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Nov 27, 2023
1 parent 6d29f22 commit d050190
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: pnpm

- name: 'Install dependencies'
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: pnpm

- name: Install Dependencies
Expand All @@ -72,7 +72,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: pnpm

- name: Install Dependencies
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: pnpm

- name: Install Dependencies
Expand Down

0 comments on commit d050190

Please sign in to comment.