Skip to content

Commit

Permalink
ci: add node typedefs and job timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sanders committed Mar 28, 2023
1 parent f9fcd74 commit de17d19
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,13 @@
name: Node.js CI

on:
push:
branches:
- develop
- master
pull_request:
branches:
- develop
- master
- push
- pull_request

jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 10

strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"author": "SmartTech",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@types/node": "^16",
"chai": "^4.2.0",
"jsdoc": "^3.6.6",
"mocha": "^8.2.0",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,13 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^16":
version: 16.18.21
resolution: "@types/node@npm:16.18.21"
checksum: 152e7976f30b4e599d37e5a92a0c62dbe0751a63dab1aef44a0c2db940fa6f79a23be9783886b6afe34aa20485679c6bdd7b787b304fdbb05e72326c95d2b255
languageName: node
linkType: hard

"@ungap/promise-all-settled@npm:1.1.2":
version: 1.1.2
resolution: "@ungap/promise-all-settled@npm:1.1.2"
Expand Down Expand Up @@ -1946,6 +1953,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "node-open-protocol@workspace:."
dependencies:
"@types/node": ^16
chai: ^4.2.0
jsdoc: ^3.6.6
mocha: ^8.2.0
Expand Down

0 comments on commit de17d19

Please sign in to comment.