Skip to content

Commit

Permalink
Merge pull request #28 from cucumber/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v4
  • Loading branch information
mpkorstanje authored Nov 25, 2023
2 parents 2094bce + 2d2ec3f commit 8bf9c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: git config --global core.autocrlf input
- uses: actions/checkout@v4
- name: with Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: 'npm'
Expand Down

0 comments on commit 8bf9c1f

Please sign in to comment.