Skip to content

Commit 10c64f3

Browse files
committed
ci: stop testing against NodeJS v14
1 parent 7834c35 commit 10c64f3

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
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
node_version:
16-
- 14
1716
- 16
1817
- 18
18+
- 20
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Use Node.js ${{ matrix.node_version }}

0 commit comments

Comments
 (0)