Skip to content

Commit

Permalink
Revert "chore: bump @semantic-release/github from 9.0.5 to 9.2.4 (#87)"
Browse files Browse the repository at this point in the history
This reverts commit 7ce7c68.
  • Loading branch information
idaho committed Dec 5, 2023
1 parent c2d7360 commit 6788c07
Show file tree
Hide file tree
Showing 5 changed files with 1,792 additions and 1,720 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm ci
npm install
- name: Build
run: |
npm run build
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm ci
npm install
- name: Quality assurance
run: |
npm run qa
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 18.x
- name: Install dependencies
run: |
npm ci
npm install
- name: Building
run: |
npm run build
Expand Down
Loading

0 comments on commit 6788c07

Please sign in to comment.