Skip to content

Commit

Permalink
Merge pull request #32 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 committed Dec 7, 2023
2 parents b7f3887 + bfeee08 commit 55b1ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v4.0.0
with:
node-version: '16'

Expand Down

0 comments on commit 55b1ecf

Please sign in to comment.