Skip to content

Commit

Permalink
Merge pull request #241 from com-pas/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-3

chore(deps): bump actions/setup-node from 1 to 3
  • Loading branch information
juancho0202 committed Oct 3, 2023
2 parents 589c2f8 + 6eccac7 commit b7ffb36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v4.1.0

- name: Use Node.js 18.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '18.x'

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

- name: Use Node.js 18.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '18.x'

Expand Down

0 comments on commit b7ffb36

Please sign in to comment.