Skip to content

Commit

Permalink
Drop package manager CI for yarn and pnpm, add Node v20 to CI (#146)
Browse files Browse the repository at this point in the history
* Drop support for yarn, add Node v20 to CI

Signed-off-by: Matteo Collina <hello@matteocollina.com>

* fixup

Signed-off-by: Matteo Collina <hello@matteocollina.com>

* Drop non-arm mac support

Signed-off-by: Matteo Collina <hello@matteocollina.com>

---------

Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Apr 24, 2024
1 parent 76b4b60 commit 9147425
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 63 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -38,11 +38,15 @@ jobs:
contents: read
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [14, 16, 18, 20]
os: [macos-latest, ubuntu-latest, windows-latest]
exclude:
- os: windows-latest
node-version: 14
- os: macos-latest
node-version: 14
- os: macos-latest
node-version: 16

steps:
- name: Check out repo
Expand Down
62 changes: 0 additions & 62 deletions .github/workflows/package-manager-ci.yml

This file was deleted.

0 comments on commit 9147425

Please sign in to comment.