Skip to content

Commit 9ea35a5

Browse files
authored
chore: require node14+ (#234)
1 parent 261c9fd commit 9ea35a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tester.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
11-
node-version: ['12.x', '14.x', '16.x']
11+
node-version: ['14.x', '16.x', '18.x']
1212
fail-fast: false
1313
steps:
1414
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"nyc": "^15.0.0"
4343
},
4444
"engines": {
45-
"node": ">=12"
45+
"node": ">=14"
4646
}
4747
}

0 commit comments

Comments
 (0)