Skip to content

Commit

Permalink
Disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
uigywnkiub committed Dec 1, 2023
1 parent bb0576d commit 61c5352
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,13 @@ jobs:
deploy:
name: Deploying
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18]
permissions:
contents: write
steps:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: "npm"
node-version: ${{ env.NODE_VERSION }}

- name: Code Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 61c5352

Please sign in to comment.