Skip to content

Commit

Permalink
feat(docker): Upgrade to Node.js 18 Docker baseimage
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The Docker baseimage has been updated to use Node.js 18.20.5, so this repository's Docker image will also use it.

pelias/pelias#950
  • Loading branch information
orangejulius committed Nov 27, 2024
1 parent 52000c9 commit 49c7409
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 49c7409

Please sign in to comment.