Skip to content

Commit

Permalink
ci!: drop node 16
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop node < 18
  • Loading branch information
sxzz committed Nov 19, 2023
1 parent 93356fc commit 4c1ad38
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -8,12 +8,10 @@ on:

jobs:
test:
if: "!contains(github.event.head_commit.message, 'ci skip')"

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]

runs-on: ${{ matrix.os }}

Expand All @@ -35,7 +33,7 @@ jobs:

# Runs a set of commands using the runners shell
- name: Build and Test
run: npm test
run: pnpm test

release:
runs-on: ubuntu-latest
Expand Down

1 comment on commit 4c1ad38

@vercel
Copy link

@vercel vercel bot commented on 4c1ad38 Nov 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tsup – ./

tsup-git-main-egoist.vercel.app
tsup-egoist.vercel.app
tsup.vercel.app
tsup.egoist.dev

Please sign in to comment.