Skip to content

Commit

Permalink
Update dependencies, build against Node 16 (LTS) and 17 (current)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jan 22, 2022
1 parent dd6b570 commit d5bdf3c
Show file tree
Hide file tree
Showing 4 changed files with 10,192 additions and 394 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
pull_request:
branches:
- '*'
- '*'

jobs:
build:
Expand All @@ -16,8 +16,8 @@ jobs:
- ubuntu-latest
- windows-latest
node-version:
- 12.x
- 14.x
- 16.x
- 17.x
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- name: Install dependencies
run: |
npm ci
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
# install dependencies
- name: Install dependencies
run: |
Expand Down
Loading

0 comments on commit d5bdf3c

Please sign in to comment.