Skip to content

Commit

Permalink
chore(ci): upgrade node version (#503)
Browse files Browse the repository at this point in the history
* update build matrix
* update node version to 14
  • Loading branch information
brandondoran authored Jun 28, 2022
1 parent d737036 commit 6376663
Show file tree
Hide file tree
Showing 3 changed files with 15,790 additions and 68 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.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 @@
14
16
Loading

0 comments on commit 6376663

Please sign in to comment.