Skip to content

Commit a8d1ca0

Browse files
authored
fix: remove support for node 14.x (#5)
1 parent 2f8d77d commit a8d1ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs-ts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
1212
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
1313
with:
14-
node-version-matrix: '[14, 16, 18]'
14+
node-version-matrix: '[16, 18]'
1515
lint-check-types: true

0 commit comments

Comments
 (0)