Skip to content

Commit

Permalink
CI: Test against Node.js version 18
Browse files Browse the repository at this point in the history
We will have to upgrade node-postal to 1.20 to support Node.js 20, and better-sqlite3 before we can support Node.js 22.

This also rewrites our CI config so that all Node.js versions are on one line for ease of future grepping.

Connects pelias/pelias#950
  • Loading branch information
orangejulius committed Nov 27, 2024
1 parent e5558b2 commit 5e04690
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
node-version:
- 18.x
node-version: [ 18.x ]
steps:
- uses: actions/checkout@v4
- name: 'Install node.js ${{ matrix.node-version }}'
Expand Down

0 comments on commit 5e04690

Please sign in to comment.