Skip to content

Commit

Permalink
ci: 💚 fix ci vers
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-isaac committed Jul 1, 2024
1 parent ff5d2c3 commit 0c10723
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: 'pnpm'
- run: pnpm install --no-frozen-lockfile
- run: pnpm install --frozen-lockfile
- run: pnpm run lint && pnpm run build
- name: Create Release Pull Request or Publish to NPM
id: changesets
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: 'pnpm'
- run: pnpm install --no-frozen-lockfile
- run: pnpm install --frozen-lockfile
- run: pnpm run lint && pnpm run typecheck
- run: pnpm run lint && pnpm run build
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"license": "MIT",
"version": "0.0.5",
"description": "Easy TypeSafety for your Express middlewares, using Zod!",
"packageManager": "pnpm@9.4.0",
"keywords": [
"express",
"typescript",
Expand Down

0 comments on commit 0c10723

Please sign in to comment.