Skip to content

Commit ece9953

Browse files
committed
remove compatibility with node 14
1 parent 1a6b53a commit ece9953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: [ '14', '16', '18' ]
14+
node: [ '16', '18' ]
1515
steps:
1616

1717
- uses: actions/checkout@v2
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup node
5757
uses: actions/setup-node@v2
5858
with:
59-
node-version: 14
59+
node-version: 16
6060

6161
- run: npm ci
6262

0 commit comments

Comments
 (0)