Skip to content

Commit 0ca78e4

Browse files
authored
Merge pull request #416 from pelias/nodejs-20-docker-baseimage
Drop Nodejs 18, use Nodejs 20 docker baseimage
2 parents 661760e + 66947e2 commit 0ca78e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
matrix:
88
os:
99
- ubuntu-22.04
10-
node-version: [ 18.x, 20.x, 22.x ]
10+
node-version: [ 20.x, 22.x ]
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: 'Install node.js ${{ matrix.node-version }}'

0 commit comments

Comments
 (0)