Skip to content

Commit

Permalink
Merge pull request #11 from MatthijsBurgh/update_tap
Browse files Browse the repository at this point in the history
Update tap to ^16.0.0; small additional changes
  • Loading branch information
vladikoff authored Mar 2, 2023
2 parents 0188a49 + eac0868 commit 4c265cf
Show file tree
Hide file tree
Showing 4 changed files with 4,971 additions and 583 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10, 12, 14]
node: [10, 12, 14, 16, 18]
os: [ubuntu-latest, windows-latest]

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

- name: Install npm dependencies
run: npm i
run: npm ci

- name: Run tests
run: npm test
Expand Down
Loading

0 comments on commit 4c265cf

Please sign in to comment.