Skip to content

Commit

Permalink
Merge pull request #55 from rs/dependabot/github_actions/actions/setu…
Browse files Browse the repository at this point in the history
…p-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
rs authored Oct 23, 2023
2 parents c277057 + 09e7029 commit d496bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Unit-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up the Node.JS Runtime
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down

0 comments on commit d496bbc

Please sign in to comment.