Skip to content

Commit

Permalink
Remove unnecessary steps
Browse files Browse the repository at this point in the history
  • Loading branch information
owenatgov committed Jan 21, 2025
1 parent 8a2b25c commit 736c5b7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ jobs:
- name: Checkout
uses: actions/[email protected]

- name: Setup Node
uses: actions/[email protected]
with:
node-version-file: .nvmrc

- name: Install dependencies
uses: ./.github/workflows/actions/install-node
run: npm ci

- name: Validate version
uses: actions/[email protected]
Expand Down Expand Up @@ -55,9 +60,6 @@ jobs:
- name: Run tests
run: npm run test

- name: Build package
run: npm run build:package

- name: Build release
run: npm run build:release

Expand Down

0 comments on commit 736c5b7

Please sign in to comment.