Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tania Allard <[email protected]>
  • Loading branch information
gabalafou and trallard authored Sep 23, 2024
1 parent 8ce35b8 commit 8687fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "Set up Node.js 🧶"
uses: actions/setup-node@v4
with:
node-version: 22
node-version: "22.x"
cache: "yarn"

- name: "Install dependencies 📦"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: "Set up Node.js 🧶"
uses: actions/setup-node@v4
with:
node-version: 22
node-version: "22.x"
registry-url: "https://registry.npmjs.org"
scope: "@conda-store-ui"

Expand Down

0 comments on commit 8687fd7

Please sign in to comment.