From e4b1a2f218eb0b5864a0d89587e3824ede51d948 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 30 Sep 2023 16:23:34 +0100 Subject: [PATCH] fix: ttypescript version --- .github/workflows/latest.yml | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index e94a84e5c..9bd425aad 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -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: | diff --git a/package.json b/package.json index 384d65ada..22a9c0a3f 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",