Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node.js 18 Docker image and CI updates #412

Merged
merged 5 commits into from
Dec 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI: Test Node.js versions supported by this repo
This also rewrites our CI config so that all Node.js versions are on one line for ease of future grepping

pelias/pelias#950
orangejulius committed Nov 26, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
orangejulius Julian Simioni
commit 90867d20e0dfe44f1c9f057639e7906ea5ca278d
3 changes: 1 addition & 2 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
@@ -7,8 +7,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
node-version:
- 18.x
node-version: [ 18.x, 20.x ]
steps:
- uses: actions/checkout@v4
- name: 'Install node.js ${{ matrix.node-version }}'