Skip to content

Commit

Permalink
12383 - Upgrade Node version. (#288)
Browse files Browse the repository at this point in the history
* Upgrade Node version.

* Update package.json major version.

* Update package-lock again.

* Add in node version to build check.
  • Loading branch information
seeker25 authored Jul 14, 2022
1 parent 1f292ab commit 34ef5a7
Show file tree
Hide file tree
Showing 4 changed files with 37,026 additions and 5,284 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [10.x]
node-version: [16.14.2]

steps:
- uses: actions/checkout@v1
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/vue-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
node-version: [10.x]
node-version: [16.14.2]

steps:
- uses: actions/checkout@v2
Expand All @@ -49,7 +49,7 @@ jobs:

strategy:
matrix:
node-version: [10.x]
node-version: [16.14.2]

steps:
- uses: actions/checkout@v2
Expand All @@ -75,6 +75,10 @@ jobs:
needs: setup-job
runs-on: ubuntu-20.04

strategy:
matrix:
node-version: [16.14.2]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
Loading

0 comments on commit 34ef5a7

Please sign in to comment.