Skip to content

Commit

Permalink
rev node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed Jun 3, 2024
1 parent f19df2a commit 8e21f8e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]

steps:
- name: Checkout
Expand All @@ -29,11 +29,7 @@ jobs:
- uses: pnpm/[email protected]
name: Install pnpm
with:
version: 7
run_install: false

- name: Install dependencies
run: pnpm install
version: 9

- name: Build
run: pnpm run build
Expand Down

0 comments on commit 8e21f8e

Please sign in to comment.