Skip to content

Commit

Permalink
chore: Update site_deploy.yaml to use Node 18 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra authored May 29, 2024
1 parent 15e6598 commit 86177e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: ⚙️ Setup Node
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: npm
cache-dependency-path: site/package-lock.json

Expand Down

0 comments on commit 86177e7

Please sign in to comment.