Skip to content

Commit

Permalink
chore: update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisermann committed Oct 14, 2023
1 parent 5c39334 commit 2d3da3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Dependencies
uses: pnpm/action-setup@v2
with:
version: 7
version: 8
run_install: true

- run: pnpm run lint
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14, 16]
node-version: [14, 16, 18]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Install Dependencies
uses: pnpm/action-setup@v2
with:
version: 7
version: 8
run_install: true

- run: pnpm run test:ci
Expand Down

0 comments on commit 2d3da3e

Please sign in to comment.