Skip to content

Commit f0ecd3d

Browse files
authored
Remove 12.x Node from workflow
1 parent 7a7a92b commit f0ecd3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [12.x, 14.x]
10+
node-version: [14.x, 16.x]
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v1
@@ -20,4 +20,4 @@ jobs:
2020
npm install -g codecov
2121
npm install
2222
npm test
23-
codecov
23+
codecov

0 commit comments

Comments
 (0)