Skip to content

Commit

Permalink
fix: update node versions in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
theodrosyimer committed Feb 25, 2024
1 parent 62def89 commit 259cdb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

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

steps:
- name: Checkout
Expand All @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
id: pnpm-install
with:
version: 8
Expand Down

0 comments on commit 259cdb8

Please sign in to comment.