Skip to content

Commit

Permalink
Merge 3757bf7 into d6f6060
Browse files Browse the repository at this point in the history
  • Loading branch information
Trickfilm400 committed Jun 16, 2023
2 parents d6f6060 + 3757bf7 commit 8fa68a2
Show file tree
Hide file tree
Showing 6 changed files with 7,580 additions and 23,778 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
strategy:
matrix:
node_version:
- 10 # to be removed 2021-05
- 12 # to be removed 2022-05
- 14 # to be removed 2023-05
- 16 # to be removed after 2023-09
- 18
- x.x.x # safety net; don't remove
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
- run: npm ci
Expand All @@ -36,8 +35,8 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
registry-url: https://registry.npmjs.org/
Expand Down
4 changes: 4 additions & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
reporter: 'spec',
require: './test/bootstrap',
}
Loading

0 comments on commit 8fa68a2

Please sign in to comment.