Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: revert ocl/actions for npm #523

Closed
wants to merge 1 commit into from
Closed
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
10 changes: 5 additions & 5 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install node_modules
uses: OffchainLabs/actions/node-modules/install@main
uses: OffchainLabs/actions/node-modules/install@953e8475606f180ce2b0531d411983ce37f34751

lint:
name: Lint on Node.js v${{ matrix.node-version }}
Expand All @@ -47,7 +47,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Restore node_modules
uses: OffchainLabs/actions/node-modules/restore@main
uses: OffchainLabs/actions/node-modules/restore@953e8475606f180ce2b0531d411983ce37f34751

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

- name: Restore node_modules
uses: OffchainLabs/actions/node-modules/restore@main
uses: OffchainLabs/actions/node-modules/restore@953e8475606f180ce2b0531d411983ce37f34751

- run: yarn audit:ci

Expand All @@ -113,7 +113,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Restore node_modules
uses: OffchainLabs/actions/node-modules/restore@main
uses: OffchainLabs/actions/node-modules/restore@953e8475606f180ce2b0531d411983ce37f34751

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

- name: Restore node_modules
uses: OffchainLabs/actions/node-modules/restore@main
uses: OffchainLabs/actions/node-modules/restore@953e8475606f180ce2b0531d411983ce37f34751

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