Skip to content

Commit

Permalink
Merge pull request #1184 from nttgin/dependabot/github_actions/dev/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
massimocandela authored Nov 6, 2023
2 parents ec8933d + 8f23597 commit 4a3ca6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: Set up Javascript/Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.14.0

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
steps:

- name: Set up nodejs
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.14.0

Expand Down

0 comments on commit 4a3ca6a

Please sign in to comment.