Skip to content

Commit

Permalink
🧹 Address pipeline warnings (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Feb 6, 2024
1 parent fd046da commit da6a148
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/actions/setup-environment/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ description: Setup node & package manager, checkout code
runs:
using: "composite"
steps:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false
- name: Enable corepack
shell: bash
run: corepack enable

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "pnpm"
Expand Down
2 changes: 2 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"globalPassThroughEnv": [
"LZ_ENABLE_EXPERIMENTAL_TASK_LZ_DEPLOY",
"LZ_ENABLE_EXPERIMENTAL_TASK_LZ_OAPP_CONFIG_INIT",
"LAYERZERO_EXAMPLES_REPOSITORY_URL",
"LAYERZERO_EXAMPLES_REPOSITORY_REF",
"MNEMONIC",
"NETWORK_URL_VENGABOYS",
"NETWORK_URL_BRITNEY",
Expand Down

0 comments on commit da6a148

Please sign in to comment.