Skip to content

Commit

Permalink
CI: Test Node.js versions supported by this repo
Browse files Browse the repository at this point in the history
This also rewrites our CI config so that all Node.js versions are on one line for ease of future grepping

pelias/pelias#950
  • Loading branch information
orangejulius committed Nov 26, 2024
1 parent 43f33e7 commit 7de24e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
node-version:
node-version: [ 18.x, 20.x, 22.x ]
go-version:
- 1.16.x
steps:
Expand Down

0 comments on commit 7de24e3

Please sign in to comment.