Skip to content

Commit ae3bccd

Browse files
committed
Update node version on CI workflow
1 parent 9841d3a commit ae3bccd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: 12
17+
node-version: 16
1818
- run: yarn install --ignore-scripts
1919
- run: yarn run lint
2020

@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: true
2626
matrix:
27-
node-version: [12]
27+
node-version: [16]
2828
os: [ubuntu-latest]
2929

3030
steps:
@@ -33,4 +33,4 @@ jobs:
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
- run: yarn install --ignore-scripts
36-
- run: yarn run ci:test
36+
- run: yarn run ci:test

0 commit comments

Comments
 (0)