Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/ts-node-9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Mainwaring committed Sep 9, 2022
2 parents 09e63f9 + d988af6 commit e3692c1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
name: Build from source
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: Adzz/jest_test_action@v1.0.0
- uses: actions/checkout@v3
- uses: Adzz/jest_test_action@v2.0.0
with:
command: install
- uses: Adzz/jest_test_action@v1.0.0
- uses: Adzz/jest_test_action@v2.0.0
with:
command: build:check

4 changes: 2 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Use Node.js 10.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 10.x

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prettier": "^2.0.4",
"should": "^4.1.0",
"ts-node": "^9.1.1",
"typescript": "^3.8.3"
"typescript": "^4.8.3"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4431,10 +4431,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@^3.8.3:
version "3.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
typescript@^4.8.3:
version "4.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88"
integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==

unicode-canonical-property-names-ecmascript@^1.0.4:
version "1.0.4"
Expand Down

0 comments on commit e3692c1

Please sign in to comment.