Skip to content

Commit

Permalink
Merge pull request #82 from node-red-contrib/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/main/actions/setup-node-4

Bump actions/setup-node from 1 to 4
  • Loading branch information
konne authored May 11, 2024
2 parents 1e7d17e + 851273e commit 9ab1f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 15.x
- name: compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '14.x'

Expand Down

0 comments on commit 9ab1f7b

Please sign in to comment.