Skip to content

Commit

Permalink
moving workflows in right folder
Browse files Browse the repository at this point in the history
  • Loading branch information
niclasheun committed Jan 15, 2025
1 parent 6f44595 commit 838c4fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
# Set up Node.js with Yarn, caching Yarn dependencies.

- name: Use Node.js
working-directory: ./prompt-shared-state
uses: actions/setup-node@v4
with:
node-version: '23.x'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
uses: actions/checkout@v4

- uses: actions/setup-node@v4
working-directory: ./prompt-shared-state
with:
node-version: '23.x'
registry-url: 'https://npm.pkg.github.com'
Expand Down

0 comments on commit 838c4fc

Please sign in to comment.