Skip to content

Commit

Permalink
chore: update @intersect.mbo package workflow path adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Feb 13, 2025
1 parent 624e32c commit 1173ba3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update-intersect-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Node.js
- name: Set up Node.js
uses: actions/setup-node@v4
with:
registry-url: "https://registry.npmjs.org/"
node-version-file: "./govtool/frontend/.nvmrc"
cache: "npm"
scope: "@intersect.mbo"

- name: Update package version in frontend
run: |
Expand All @@ -48,7 +49,7 @@ jobs:
- name: Install dependencies in frontend
run: |
cd govtool/govtool/frontend
cd govtool/frontend
npm install
- name: Commit and push changes
Expand Down

0 comments on commit 1173ba3

Please sign in to comment.