Skip to content

Commit

Permalink
Update nodeunit x (#75)
Browse files Browse the repository at this point in the history
* Bump version in package-lock.json

* Bump nodeunit-x to `^0.16.0`

* (dependabot) update GH actions

* (actions) use V3 of checkout and setup-node

* (actions) run also on Node 18
  • Loading branch information
MatthijsBurgh committed Mar 7, 2023
1 parent 1622d58 commit 47c8bef
Show file tree
Hide file tree
Showing 4 changed files with 4,193 additions and 7,354 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"
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 14, 16]
node: [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 }}

Expand Down

0 comments on commit 47c8bef

Please sign in to comment.