Skip to content

Commit

Permalink
Regenerate corrupted lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MonicaOlejniczak committed May 21, 2024
1 parent dcbee5b commit 1b2658a
Show file tree
Hide file tree
Showing 8 changed files with 7,946 additions and 5,156 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Read .nvmrc
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
run: echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_OUTPUT
id: nvm

- name: Setup Node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Read .nvmrc
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
run: echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_OUTPUT
id: nvm

- name: Setup Node
Expand Down
Loading

0 comments on commit 1b2658a

Please sign in to comment.