Skip to content

Commit

Permalink
chore: update gh actions versions and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
krunicn committed Apr 3, 2024
1 parent 64cd2e3 commit 98d716d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
TENDERLY_GET_BY_PROJECT_NAME: ${{secrets.TENDERLY_GET_BY_PROJECT_NAME}}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v3.0.0
with:
version: 8.2.0
- uses: actions/setup-node@v3
version: latest
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm lint
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
TENDERLY_GET_BY_PROJECT_NAME: ${{secrets.TENDERLY_GET_BY_PROJECT_NAME}}

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3.0.0
with:
version: 8.2.0
- uses: actions/setup-node@v3
version: latest
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm lint
Expand All @@ -34,13 +34,13 @@ jobs:
runs-on: ubuntu-latest
environment: CI
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3.0.0
with:
version: 8.2.0
- uses: actions/setup-node@v3
version: latest
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@
"simulations",
"ethereum"
],
"packageManager": "pnpm@8.2.0"
"packageManager": "pnpm@8.15.6+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f"
}

0 comments on commit 98d716d

Please sign in to comment.