Skip to content

Commit

Permalink
Bump node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjenkins1 committed Oct 9, 2024
1 parent 947b403 commit 991986d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
- run: npm install
- run: npm run build

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

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

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 991986d

Please sign in to comment.