Skip to content

Commit

Permalink
Merge pull request #304 from jermspeaks/actions/node-18
Browse files Browse the repository at this point in the history
Update Github Actions - astro.yml. Node v18
  • Loading branch information
jermspeaks authored Feb 2, 2024
2 parents fc3cdd8 + 4c2d8b2 commit 905ed7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
cache: ${{ steps.detect-package-manager.outputs.manager }}
cache-dependency-path: ${{ env.BUILD_PATH }}/package-lock.json
- name: Setup Pages
Expand Down

0 comments on commit 905ed7e

Please sign in to comment.