Skip to content

Commit 11701c1

Browse files
committed
Removes Node 14 from test matrix (patch)
1 parent c217bd7 commit 11701c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@master
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 14
14+
node-version: 16
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm install
1717
- run: npm test

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [14.x, 16.x, 18.x]
16+
node-version: [16.x, 18.x]
1717

1818
steps:
1919
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)