Skip to content

Commit

Permalink
Update dependencies and Node on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WesSouza committed Jul 29, 2022
1 parent bc2bf4e commit 5c7d2fa
Show file tree
Hide file tree
Showing 3 changed files with 977 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Install, lint, test and build

on:
- push
push:

jobs:
build:
Expand All @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['16.x', '17.x']
node: ['16.x', '18.x']
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
},
"peerDependencies": {},
"devDependencies": {
"@types/jest": "^27.4.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"@types/jest": "^28.1.6",
"jest": "^28.1.3",
"ts-jest": "^28.0.7",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^4.6.3"
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"resolutions": {
"tsdx/jest": "^27.5.1",
Expand Down
Loading

0 comments on commit 5c7d2fa

Please sign in to comment.