Skip to content

Commit 127ee5a

Browse files
committed
ci: fix node version
1 parent e6dd9fc commit 127ee5a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [12.x]
13+
node-version: [14.x]
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Use Node.js ${{ matrix.node-version }}
@@ -23,7 +23,4 @@ jobs:
2323
run: yarn test
2424
env:
2525
CI: true
26-
- name: Send codecov.io stats
27-
if: matrix.node-version == '12.x'
28-
run: bash <(curl -s https://codecov.io/bash) || echo ''
2926

0 commit comments

Comments
 (0)