Skip to content

Commit

Permalink
Merge pull request #12 from placintaalexandru/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
placintaalexandru authored Nov 1, 2023
2 parents e5a79ef + 907c2ae commit 8b12cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down

0 comments on commit 8b12cde

Please sign in to comment.