Skip to content

Commit 30cc104

Browse files
committed
hotfix: Drop TS 4.x
1 parent e577c59 commit 30cc104

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/runTestsOnPush.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
matrix:
99
node-version: [18, 20, 21]
1010
os: [macos-latest, ubuntu-latest, windows-latest]
11-
typescript-version: ['^4.9.5', '^5.2.2']
11+
typescript-version: ['^5.0.0']
1212

1313
steps:
1414
- uses: actions/checkout@master
1515

1616
- name: Setup Node
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
cache: yarn
@@ -35,7 +35,7 @@ jobs:
3535
# run: yarn set resolution typescript ${{ matrix.typescript-version }}
3636

3737
- name: Install
38-
run: yarn install --ignore-scripts --no-lockfile
38+
run: yarn install --ignore-scripts
3939

4040
- name: Output ts version
4141
run: yarn tsc --version

0 commit comments

Comments
 (0)