Skip to content

Commit dbde756

Browse files
committed
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
1 parent b47bd3e commit dbde756

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/_test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ jobs:
77
matrix:
88
os:
99
- ubuntu-22.04
10-
node-version:
11-
- 18.x
10+
node-version: [ 18.x, 20.x ]
1211
steps:
1312
- uses: actions/checkout@v4
1413
- name: 'Install node.js ${{ matrix.node-version }}'

0 commit comments

Comments
 (0)