Skip to content

Commit

Permalink
build: test only in node18, 20
Browse files Browse the repository at this point in the history
  • Loading branch information
tjx666 committed Jan 19, 2024
1 parent a83bbb8 commit d93de77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node: [16, 18]
node: [18, 20]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest --test-timeout=10000",
"release": "release",
"release": "release && pnpm publish",
"prepublishOnly": "pnpm run build",
"docs:dev": "pnpm --filter docs exec vitepress dev .",
"docs:build": "pnpm --filter docs exec vitepress build .",
Expand Down

0 comments on commit d93de77

Please sign in to comment.