Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/zod-3.22.4
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Sickenberg <[email protected]>
  • Loading branch information
RSickenberg authored Oct 24, 2023
2 parents 426c4ee + c2ba373 commit 79b4cff
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 79 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Detect package manager
id: detect-package-manager
run: |
Expand All @@ -52,7 +52,7 @@ jobs:
exit 1
fi
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
cache: ${{ steps.detect-package-manager.outputs.manager }}
Expand Down
144 changes: 67 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79b4cff

Please sign in to comment.