Skip to content

Commit 089a978

Browse files
committed
chore(deps): upgrade
1 parent 39da58d commit 089a978

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test_linux_gmt8.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4
23+
- run: yarn config set -H enableImmutableInstalls false
2324
- name: Set Timezone to +8 (With input)
2425
uses: ./
2526
with:

.github/workflows/test_macos_gmt8.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
20+
- run: yarn config set -H enableImmutableInstalls false
2021
- name: Set Timezone to +8 (With input)
2122
uses: ./
2223
with:

.github/workflows/test_run_action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4
23+
- run: yarn config set -H enableImmutableInstalls false
2324
- name: Set Timezone to +0 (No input)
2425
uses: ./
2526
- name: Set Timezone to +0 (With input)

.github/workflows/test_windows_gmt8.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
20+
- run: yarn config set -H enableImmutableInstalls false
2021
- name: Set Timezone to +8 (With input)
2122
uses: ./
2223
with:

0 commit comments

Comments
 (0)