Skip to content

Commit bafad38

Browse files
Apollon77joeferner
authored andcommitted
Upgrade dependencies and gha
1 parent 310a3bc commit bafad38

File tree

4 files changed

+85
-72
lines changed

4 files changed

+85
-72
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
node-version: [14.x]
2929

3030
steps:
31-
- uses: actions/checkout@v1
31+
- uses: actions/checkout@v3
3232
- name: Use Node.js ${{ matrix.node-version }}
33-
uses: actions/setup-node@v2.2.0
33+
uses: actions/setup-node@v3
3434
with:
3535
node-version: ${{ matrix.node-version }}
3636

@@ -46,13 +46,13 @@ jobs:
4646
runs-on: ${{ matrix.os }}
4747
strategy:
4848
matrix:
49-
node-version: [14.x, 16.x]
49+
node-version: [14.x, 16.x, 18.x, 20.x]
5050
os: [ubuntu-latest, windows-latest, macos-latest]
5151

5252
steps:
53-
- uses: actions/checkout@v1
53+
- uses: actions/checkout@v3
5454
- name: Use Node.js ${{ matrix.node-version }}
55-
uses: actions/setup-node@v2.2.0
55+
uses: actions/setup-node@v3
5656
with:
5757
node-version: ${{ matrix.node-version }}
5858

package-lock.json

Lines changed: 61 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,29 @@
3232
],
3333
"license": "MIT",
3434
"engines": {
35-
"node": ">=8.0 <=16"
35+
"node": ">=16"
3636
},
3737
"devDependencies": {
38-
"@types/mocha": "10.0.x",
39-
"@types/node": "18.11.x",
40-
"cross-env": "7.0.x",
41-
"mocha": "10.2.x",
42-
"node-static": "0.7.x",
43-
"prettier": "2.8.x",
38+
"@types/mocha": "^10.0.6",
39+
"@types/node": "^20.10.0",
40+
"cross-env": "^7.0.3",
41+
"mocha": "^10.2.0",
42+
"node-static": "^0.7.11",
43+
"prettier": "^3.1.0",
4444
"request": "^2.88.2",
45-
"rimraf": "3.0.x",
46-
"ts-mocha": "10.0.x",
47-
"ts-node": "10.9.x",
48-
"typescript": "4.9.x"
45+
"rimraf": "^3.0.2",
46+
"ts-mocha": "^10.0.0",
47+
"ts-node": "^10.9.1",
48+
"typescript": "^5.3.2"
4949
},
5050
"dependencies": {
51-
"async": "3.2.x",
52-
"debug": "4.3.x",
53-
"mkdirp": "1.0.x",
54-
"node-forge": "1.3.x",
55-
"semaphore": "1.1.x",
56-
"uuid": "9.0.x",
57-
"ws": "8.11.x",
58-
"yargs": "17.6.x"
51+
"async": "^3.2.5",
52+
"debug": "^4.3.4",
53+
"mkdirp": "^1.0.4",
54+
"node-forge": "^1.3.1",
55+
"semaphore": "^1.1.0",
56+
"uuid": "^9.0.1",
57+
"ws": "^8.14.2",
58+
"yargs": "^17.7.2"
5959
}
6060
}

test/mocha.setup.js

Whitespace-only changes.

0 commit comments

Comments
 (0)