Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jul 19, 2024
1 parent 477674a commit 21e7f61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8,950 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: npm
# cache: npm
- run: npm install
- run: npm test
env:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ api-docs/
# Ignore eleventy output when doing manual tests
_site/

# package-lock.json
package-lock.json

# Ignore test files
.cache
Expand Down
Loading

0 comments on commit 21e7f61

Please sign in to comment.