Skip to content

Commit

Permalink
chore: remove publish-npm.yml and standardize Node version and Yarn u…
Browse files Browse the repository at this point in the history
…sage

Co-Authored-By: [email protected] <[email protected]>
  • Loading branch information
1 parent f993170 commit 9e0ef63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 36 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'

- name: Bootstrap
run: ./scripts/bootstrap
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'

- name: Bootstrap
run: ./scripts/bootstrap
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'

- name: Bootstrap
run: ./scripts/bootstrap
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/publish-npm.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: '20'

- name: Install dependencies
run: npm ci # Ensures a clean install
run: yarn install --frozen-lockfile # Ensures a clean install

- name: Check for version change
id: check_version
Expand Down

0 comments on commit 9e0ef63

Please sign in to comment.