Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jul 1, 2024
1 parent 5ff1894 commit b057624
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm
- name: install
run: npm ci || npm install
- name: XO
Expand All @@ -30,7 +29,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm
- name: install
run: npm ci || npm install
- name: build
Expand All @@ -45,7 +43,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm
- name: install
run: npm ci || npm install
- name: build
Expand Down
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

0 comments on commit b057624

Please sign in to comment.