Skip to content

Commit

Permalink
Switch from yarn to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
darekkay committed May 22, 2024
1 parent 46210ee commit 903857c
Show file tree
Hide file tree
Showing 6 changed files with 11,102 additions and 6,814 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: "yarn"

- name: Install dependencies
run: yarn install --pure-lockfile --prefer-offline
run: npm ci

- name: Validate
run: yarn ci
run: npm run ci

- name: Build
run: yarn build
run: npm run build
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
/node_modules
/.pnp
.pnp.js
package-lock.json
.env

### IDE ###
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased]

- :boom: Drop Node 16 support (EOL).
- :hammer: Switch from yarn to npm.

## [3.0.0] - 2023-06-24

Expand Down
Loading

0 comments on commit 903857c

Please sign in to comment.