Skip to content

Commit

Permalink
bump gh pages node version
Browse files Browse the repository at this point in the history
  • Loading branch information
nconrad committed Apr 17, 2024
1 parent e44cd3b commit 0d4060c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '18.x'
node-version: '20.x'
- name: Test Build
run: |
if [ -e package-lock.json ]; then
Expand Down

0 comments on commit 0d4060c

Please sign in to comment.