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 282709d commit 4ac5dda
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 ]
steps:
- uses: actions/checkout@v4
- name: 'Install node.js ${{ matrix.node-version }}'
Expand Down

0 comments on commit 4ac5dda

Please sign in to comment.