Skip to content

Commit

Permalink
Bump js-config to get new pnpm/actions-setup (viamrobotics#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaporter-work authored Jul 3, 2024
1 parent 4b60729 commit 36fc21c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 34 deletions.
32 changes: 0 additions & 32 deletions .github/actions/setup/action.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install 🔧
uses: viamrobotics/js-config/.github/actions/setup@0006127efb3f62669f662ca31c555a49a034935e
uses: viamrobotics/js-config/.github/actions/setup@main

- name: Build 🏗️
run: pnpm run build
Expand Down Expand Up @@ -57,9 +57,10 @@ jobs:
- uses: actions/checkout@v3

- name: Install 🔧
uses: ./.github/actions/setup
uses: viamrobotics/js-config/.github/actions/setup@main
with:
registry-url: https://registry.npmjs.org
node-version: "18"

- name: Download @viamrobotics/prime npm artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 36fc21c

Please sign in to comment.