Skip to content

Commit

Permalink
chore: update node lts versions for test, fix npm vulnerabilities, up…
Browse files Browse the repository at this point in the history
…date deps from npmjs.org
  • Loading branch information
soulteary committed Mar 22, 2022
1 parent 02aa368 commit 70c17ab
Show file tree
Hide file tree
Showing 3 changed files with 3,113 additions and 3,492 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
# Node LTS https://nodejs.org/en/about/releases/
node-version: [12.22.11, 14.19.1, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{matrix.node-version}}
Expand Down

0 comments on commit 70c17ab

Please sign in to comment.