Skip to content

Commit

Permalink
Disable Node caching since lockfiles aren't present
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Jul 18, 2024
1 parent 4e85198 commit 32b6bee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
cache: npm

- name: Check linting
run: deno task lint
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
with:
deno-version: v1.x

- name: Setup Node.js
- name: Set-up Node.js
uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
registry-url: https://registry.npmjs.org

- name: Generate release notes
Expand Down

0 comments on commit 32b6bee

Please sign in to comment.