Skip to content

Commit

Permalink
Upgrade nodejs (MetaMask#9204)
Browse files Browse the repository at this point in the history
* ci: stop building on nodejs 10/12; start building on 18/19

* .nvmrc: nodejs v10->v14 (oldest maintenance)
  • Loading branch information
legobeat authored Nov 2, 2022
1 parent 2da1704 commit 3be0b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x, 19.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10
v14

0 comments on commit 3be0b95

Please sign in to comment.