Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from jkroepke/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4
  • Loading branch information
jkroepke committed Mar 17, 2024
2 parents c26146b + 4cbe7f6 commit 0133874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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
Expand Down

0 comments on commit 0133874

Please sign in to comment.