Skip to content

Commit

Permalink
Also build with node 22.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Oct 29, 2024
1 parent 476af40 commit 571ac07
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 @@ -9,7 +9,7 @@ on:
- main

env:
LATEST_NODE_VERSION: 20
LATEST_NODE_VERSION: 22

name: main
jobs:
Expand All @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node: [18, 20]
node: [18, 20, 22]
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
Expand Down

0 comments on commit 571ac07

Please sign in to comment.