Skip to content

Commit 5e3977d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
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)