Skip to content

Commit fad8a48

Browse files
committed
chore(ci): change node_versions
1 parent 519a006 commit fad8a48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: [ubuntu-latest]
3737
strategy:
3838
matrix:
39-
node-version: [10.x, 12.x, 14.x]
39+
node-version: [12.x, 14.x, 16.x]
4040
steps:
4141
- name: Checkout
4242
uses: actions/checkout@v2
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: [ubuntu-latest]
5555
strategy:
5656
matrix:
57-
node-version: [10.x, 12.x, 14.x]
57+
node-version: [12.x, 14.x, 16.x]
5858
steps:
5959
- name: Checkout
6060
uses: actions/checkout@v2

0 commit comments

Comments
 (0)