Skip to content

Commit

Permalink
Trying to fix npm ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
steel97 committed Jan 30, 2024
1 parent e0529f6 commit e619981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "npm"
cache-dependency-path: package-lock.json
- name: version
run: echo "build_version=$(cat VERSION.md)" >> $GITHUB_ENV
id: version
- run: npm i
- run: npm ci
- name: Publish release
run: npm run build --if-present
# no tests for now...
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "npm"
cache-dependency-path: package-lock.json
- name: version
run: echo "build_version=$(cat VERSION.md)" >> $GITHUB_ENV
id: version
- run: npm i
- run: npm ci
- name: Publish release
run: npm run build --if-present
# no tests for now...
Expand Down

0 comments on commit e619981

Please sign in to comment.