Skip to content

Commit

Permalink
fix: ttypescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 committed Sep 30, 2023
1 parent b863b11 commit e4b1a2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
os: [ubuntu-latest, windows-2019, macOS-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Checkout submodules
shell: bash
run: |
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- uses: actions/cache@v2
node-version: 18.x
- uses: actions/cache@v3
id: cache
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flashpoint-launcher",
"version": "12.1.0",
"version": "12.1.1",
"description": "A desktop application used to browse, manage and play games from Flashpoint Archive",
"main": "build/main/index.js",
"config": {
Expand Down Expand Up @@ -123,7 +123,7 @@
"tsconfig-paths-webpack-plugin": "3.2.0",
"tslint": "5.18.0",
"tswc": "^1.1.1",
"ttypescript": "^1.5.13",
"ttypescript": "^1.5.15",
"typedoc": "0.22.15",
"typescript": "4.6.2",
"webpack": "5.74.0",
Expand Down

0 comments on commit e4b1a2f

Please sign in to comment.