Skip to content

Commit

Permalink
ci: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Sep 19, 2024
1 parent 87d389f commit ded29ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/exploit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: exploit
on: push

env:
PNPM_VERSION: '8'
NODE_VERSION: '20.9'
PNPM_VERSION: '9.9'
NODE_VERSION: '20.11'
FOUNDRY_PROFILE: ci

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: lint
on: push

env:
PNPM_VERSION: '8'
NODE_VERSION: '20.9'
PNPM_VERSION: '9.9'
NODE_VERSION: '20.11'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit ded29ce

Please sign in to comment.