Skip to content

Commit

Permalink
build: update node engine matrix and pnpm version (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Jun 20, 2023
1 parent f8ecee3 commit a912b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
node_version:
- 14.x
- 16.x
- 18.x
- 20.x
steps:
- uses: actions/checkout@v3

Expand All @@ -25,7 +25,7 @@ jobs:

- uses: pnpm/action-setup@v2.2.4
with:
version: 7.9.3
version: 7.33.1

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit a912b49

Please sign in to comment.