Skip to content

Commit

Permalink
Remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Sep 18, 2023
1 parent 62a5759 commit 990e17a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18'
cache: npm
- name: lint *.js
run: npm run eslint
- name: lint *.md
Expand All @@ -29,7 +28,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18'
cache: npm
- name: build
run: npm run build
- name: coverage (firefox)
Expand All @@ -44,7 +42,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18'
cache: npm
- name: release build
run: npm run build-release
- name: release tests (chrome)
Expand All @@ -62,7 +59,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18'
cache: npm
- name: set the version in package.json
run: npm run deploy-set-version -- --buildVersion $TRAVIS_BRANCH.$TRAVIS_BUILD_NUMBER
- name: create release zip
Expand All @@ -75,7 +71,7 @@ jobs:
run: npm run build-apps
# TODO: verify prod package
# TODO: deploy
node_16:
node-16:
runs-on: ubuntu-latest
steps:
- name: checkout code
Expand All @@ -84,7 +80,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16'
cache: npm
- name: release build
run: npm run build-release
- name: Node.js smokescreen
Expand Down

0 comments on commit 990e17a

Please sign in to comment.