Skip to content

Commit f9bd333

Browse files
committed
chore: Remove Node 14.x from CI
1 parent 2650a02 commit f9bd333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
matrix:
6666
os: [macos-latest, ubuntu-latest, windows-latest]
67-
node-version: [14.x, 16.x, 18.x]
67+
node-version: [16.x, 18.x, 20.x]
6868
steps:
6969
- uses: actions/checkout@v2
7070
- name: Set up Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)