Skip to content

Commit 47c8bef

Browse files
Update nodeunit x (#75)
* 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
1 parent 1622d58 commit 47c8bef

File tree

4 files changed

+4193
-7354
lines changed

4 files changed

+4193
-7354
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node: [12, 14, 16]
16+
node: [12, 14, 16, 18]
1717
os: [ubuntu-latest, windows-latest]
1818

1919
steps:
2020
- name: Clone repository
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222

2323
- name: Set up Node.js
24-
uses: actions/setup-node@v2
24+
uses: actions/setup-node@v3
2525
with:
2626
node-version: ${{ matrix.node }}
2727

0 commit comments

Comments
 (0)