Skip to content

Commit

Permalink
build: toolchain update
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBorde committed Apr 3, 2024
1 parent b9cf7de commit b7cb883
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 68 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
timeout-minutes: 1

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '16.13'
node-version-file: 'package.json'

- run: npm install
- run: npm test
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

120 changes: 60 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,22 @@
],
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@types/node": "^20.12.3",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"npm-run-all": "4.1.5",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"jest": {
"preset": "ts-jest"
},
"volta": {
"node": "20.12.0",
"npm": "10.2.4"
}
}

0 comments on commit b7cb883

Please sign in to comment.