Skip to content

Commit

Permalink
CI: Upgrade actions/setup-node to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Mar 31, 2024
1 parent b7e76c2 commit ae8d692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == 'dortania'
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '12'
- name: Checkout Repository
Expand Down

0 comments on commit ae8d692

Please sign in to comment.