Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
MathRobin committed Feb 22, 2024
1 parent 39da58d commit 089a978
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_linux_gmt8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: yarn config set -H enableImmutableInstalls false
- name: Set Timezone to +8 (With input)
uses: ./
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_macos_gmt8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: yarn config set -H enableImmutableInstalls false
- name: Set Timezone to +8 (With input)
uses: ./
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_run_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: yarn config set -H enableImmutableInstalls false
- name: Set Timezone to +0 (No input)
uses: ./
- name: Set Timezone to +0 (With input)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_windows_gmt8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: yarn config set -H enableImmutableInstalls false
- name: Set Timezone to +8 (With input)
uses: ./
with:
Expand Down

0 comments on commit 089a978

Please sign in to comment.