Skip to content

Commit

Permalink
Merge pull request #167 from nemaara/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
cooljeanius authored Jan 3, 2024
2 parents c7da459 + a5fda29 commit cacc745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/map-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
working-directory: utils/wesnoth-map-diff
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16'
- name: Package install
Expand Down

0 comments on commit cacc745

Please sign in to comment.