Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Restore node_modules
uses: OffchainLabs/actions/node-modules/restore@main
- name: Install node_modules
uses: OffchainLabs/actions/node-modules/install@main

- name: Lint sdk
run: |
Expand Down Expand Up @@ -91,8 +91,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Restore node_modules
uses: OffchainLabs/actions/node-modules/restore@main
- name: Install node_modules
uses: OffchainLabs/actions/node-modules/install@main

- run: yarn audit:ci

Expand All @@ -112,8 +112,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Restore node_modules
uses: OffchainLabs/actions/node-modules/restore@main
- name: Install node_modules
uses: OffchainLabs/actions/node-modules/install@main

- name: Build
run: |
Expand Down Expand Up @@ -174,8 +174,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Restore node_modules
uses: OffchainLabs/actions/node-modules/restore@main
- name: Install node_modules
uses: OffchainLabs/actions/node-modules/install@main

- name: Set up the local node
uses: OffchainLabs/actions/run-nitro-test-node@main
Expand Down
Loading