Skip to content

Commit

Permalink
Merge pull request #84 from tiddly-gittly/renovate/actions-setup-node…
Browse files Browse the repository at this point in the history
…-4.x

Update actions/setup-node action to v4
  • Loading branch information
Zacharia2 authored Dec 7, 2023
2 parents fc447af + 0439276 commit 73cc302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
- uses: actions/setup-node@v4.0.0
with:
node-version: '18'

Expand Down

0 comments on commit 73cc302

Please sign in to comment.