Skip to content

Commit

Permalink
Change: Update node-version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself committed Sep 21, 2021
1 parent fd2f5ad commit 08882c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# ubuntu lts: https://packages.ubuntu.com/focal/nodejs
# 12.x for ubuntu-latest: https://packages.ubuntu.com/hirsute/nodejs
# 14.x is recommended by https://nodejs.org/en/
node-version: [10.x]
node-version: [14.x]
steps:
- uses: actions/[email protected]
- name: Set up node ${{ matrix.python-version }}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: 'ubuntu-latest'
strategy:
matrix:
node-version: [10.x]
node-version: [14.x]
steps:
- uses: actions/[email protected]
- name: Set up node ${{ matrix.python-version }}
Expand Down

0 comments on commit 08882c9

Please sign in to comment.