Skip to content

Commit

Permalink
Merge pull request #383 from renpy/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-node-4

deps: bump actions/setup-node from 3 to 4
  • Loading branch information
duckdoom4 authored Jul 10, 2024
2 parents 355cc5a + 0743532 commit a7e2f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci

0 comments on commit a7e2f94

Please sign in to comment.