Skip to content

Commit e7a7e75

Browse files
⬆️ Pin typescript to 4.9.3
1 parent f56a711 commit e7a7e75

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
release:
88
name: Build, test, and release
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
if: "!contains(github.event.head_commit.message, '[skip ci]')"
1111
steps:
1212
- name: Checkout

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
release:
88
name: Build and test
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
if: "!contains(github.event.head_commit.message, '[skip ci]')"
1111
steps:
1212
- name: Checkout

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"semantic-release": "^19.0.5",
3737
"semantic-release-gitmoji": "^1.4.5",
3838
"ts-jest": "^29.0.3",
39-
"typescript": "^4.8.4"
39+
"typescript": "^4.9.3"
4040
},
4141
"dependencies": {
4242
"@anandchowdhary/cosmic": "^1.0.1",

0 commit comments

Comments
 (0)