Skip to content

Commit 2de437b

Browse files
author
Björn Brauer
committed
chore: test only on Node.js v14 and v16
1 parent 8ff0acc commit 2de437b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [14.x, 15.x]
11+
node-version: [14.x, 16.x]
1212
steps:
1313
- name: Check out repository
1414
uses: actions/checkout@v2

0 commit comments

Comments
 (0)