Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed May 30, 2024
1 parent 3c6aa72 commit 04e46bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
matrix:
# windows uses exiftool-vendored.exe:
os: [ubuntu-latest, macos-latest]
node-version: [18.x, 20.x, 21.x]
# See https://github.com/nodejs/release#release-schedule
node-version: [18.x, 20.x, 22.x]

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

0 comments on commit 04e46bf

Please sign in to comment.