Skip to content

Commit

Permalink
chore(deps): package updated + added package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
emish89 committed Nov 9, 2023
1 parent fad812d commit adcd3ec
Show file tree
Hide file tree
Showing 3 changed files with 8,980 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
exit 0
elif [ -f "${{ github.workspace }}/package.json" ]; then
echo "manager=npm" >> $GITHUB_OUTPUT
echo "command=i" >> $GITHUB_OUTPUT
echo "command=ci" >> $GITHUB_OUTPUT
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
exit 0
else
Expand All @@ -55,9 +55,9 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
#cache: ${{ steps.detect-package-manager.outputs.manager }}
#cache-dependency-path: ${{ env.BUILD_PATH }}/package-lock.json
node-version: "21"
cache: ${{ steps.detect-package-manager.outputs.manager }}
cache-dependency-path: ${{ env.BUILD_PATH }}/package-lock.json
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand Down
Loading

0 comments on commit adcd3ec

Please sign in to comment.