Skip to content

Commit

Permalink
fix(ci): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EnergoStalin committed Jul 4, 2024
1 parent 4b37e97 commit 05dbdc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
paths:
- '**.ts'
- '.github/workflows/lint.yaml'

jobs:
lint:
Expand All @@ -10,15 +11,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PNPM
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8.15.1
version: 9.4.0
run_install: true
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
cache: pnpm
node-version: 20.x
- name: Install
run: pnpm i
- name: Lint
run: pnpm run lint
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PNPM
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8.15.1
version: 9.4.0
run_install: true
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
cache: pnpm
node-version: 20.x
- name: Install
run: pnpm i
- name: Build
run: ENVIRONMENT=development pnpm exec tsup
env:
Expand Down

0 comments on commit 05dbdc0

Please sign in to comment.