From ba0c12e5d1e137c86d5e09ba474275e3b43d846e Mon Sep 17 00:00:00 2001 From: Doug <4741454+douglance@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:52:16 -0400 Subject: [PATCH] chore: revert ocl/actions for npm --- .github/workflows/build-test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b8b1acd69..7bedb4ffc 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -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 }} @@ -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: | @@ -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 @@ -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: | @@ -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