Skip to content

Commit 2e215f3

Browse files
committed
fix: remove node 14 in ci
1 parent dddac6c commit 2e215f3

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
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
node_version: ['14', '16']
30+
node_version: ['16']
3131
include:
3232
- os: macos-latest
3333
node_version: 16

0 commit comments

Comments
 (0)