Skip to content

Commit

Permalink
ci: disable npm cache as 503 woraround
Browse files Browse the repository at this point in the history
Temporary workaround for actions/setup-node#516.
  • Loading branch information
dohaki committed Jun 13, 2022
1 parent 6a38317 commit 303d58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "npm"
# cache: "npm"
- name: Turbo Cache
id: turbo-cache
uses: actions/cache@v3
Expand Down

0 comments on commit 303d58a

Please sign in to comment.