Skip to content

Commit 8c1ba69

Browse files
committed
chore: update typescript version to 7.7.2
1 parent 29f207e commit 8c1ba69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo LINKEDIN_CONSUMER_ID = "${{ secrets.LINKEDIN_CONSUMER_ID }}" >> ./dist/env/test.env
3030
echo LINKEDIN_CONSUMER_SECRET = "${{ secrets.LINKEDIN_CONSUMER_SECRET }}" >> ./dist/env/test.env
3131
- name: Install global dependencies
32-
run: npm i typescript@5.3.3 -g
32+
run: npm i typescript@5.7.2 -g
3333
- name: Install local dependencies
3434
run: npm i
3535
- name: Compile Typescript files
@@ -62,7 +62,7 @@ jobs:
6262
mysql database: 'typeplate_test'
6363
mysql root password: passw0rd
6464
- name: Install global dependencies
65-
run: npm i typescript@5.3.3 -g
65+
run: npm i typescript@5.7.2 -g
6666
- name: Install local dependencies
6767
run: npm i
6868
- name: Create dist directory

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo LINKEDIN_CONSUMER_ID = "${{ secrets.LINKEDIN_CONSUMER_ID }}" >> ./dist/env/test.env
3131
echo LINKEDIN_CONSUMER_SECRET = "${{ secrets.LINKEDIN_CONSUMER_SECRET }}" >> ./dist/env/test.env
3232
- name: Install global dependencies
33-
run: npm i typescript@5.3.3 -g
33+
run: npm i typescript@5.7.2 -g
3434
- name: Install local dependencies
3535
run: npm i
3636
- name: Compile Typescript files
@@ -63,7 +63,7 @@ jobs:
6363
mysql database: 'typeplate_test'
6464
mysql root password: passw0rd
6565
- name: Install global dependencies
66-
run: npm i typescript@5.3.3 -g
66+
run: npm i typescript@5.7.2 -g
6767
- name: Install local dependencies
6868
run: npm i
6969
- name: Create dist directory

0 commit comments

Comments
 (0)