Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
update dependencies (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
takeyaqa authored Dec 17, 2021
1 parent 2778c88 commit 0af4903
Show file tree
Hide file tree
Showing 3 changed files with 1,353 additions and 1,726 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
Loading

0 comments on commit 0af4903

Please sign in to comment.