Skip to content

Commit 5e3977d

Browse files
committed
feat(workflow): update node version
1 parent 4539609 commit 5e3977d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: [ '12', '14', '16' ]
14+
node: [ '14', '16' ]
1515
name: build steps
1616
steps:
1717
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)