Skip to content

Commit

Permalink
re-enable node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Jan 9, 2025
1 parent 2d304ff commit 58f86e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- { os: ubuntu-20.04, target: "linux", arch: "arm64" }
- { os: macos-13, target: "macos", arch: "x64" }
- { os: macos-14, target: "macos", arch: "arm64" }
node_ver: [ 22 ] # scale down for now [ 16, 18, 19, 20, 21, 22, 23]
node_ver: [ 16, 18, 19, 20, 21, 22, 23 ]
fail-fast: false

steps:
Expand Down

0 comments on commit 58f86e6

Please sign in to comment.