Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Oct 14, 2021
1 parent 7f1aaec commit 6204ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
strategy:
matrix:
# the Node.js versions to build on
node-version: [10.x, 12.x, 13.x, 14.x, 15.x]
node-version: [12.x, 13.x, 14.x, 15.x, 16.x]

steps:
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 6204ff5

Please sign in to comment.