Skip to content

Commit 5a0fabe

Browse files
chore: add tests for Node 19 (#46)
1 parent a31167c commit 5a0fabe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ jobs:
3636
run: npm run lint
3737

3838
test:
39-
name:
40-
🧪 Test (Node@${{ matrix.node }})
39+
name: 🧪 Test (Node@${{ matrix.node }})
4140
strategy:
4241
matrix:
43-
node: [12.0.0, 12, 14.0.0, 14, 16.0.0, 16, 18.0.0, 18]
42+
node: [12.0.0, 12, 14.0.0, 14, 16.0.0, 16, 18.0.0, 18, 19]
4443
runs-on: ubuntu-latest
4544
steps:
4645
- name: 🛑 Cancel Previous Runs

0 commit comments

Comments
 (0)