Skip to content

Commit

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

Bump actions/setup-node from 1 to 4
  • Loading branch information
ilandikov authored May 20, 2024
2 parents 48ef7e2 + 1083ac1 commit 161056e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use NodeJS
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20
- run: |
Expand Down

0 comments on commit 161056e

Please sign in to comment.