Skip to content

Commit

Permalink
Merge pull request #112 from filipecorrea/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
filipecorrea committed Nov 14, 2023
2 parents b8dd348 + 16372fd commit 822674e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install modules
Expand Down

0 comments on commit 822674e

Please sign in to comment.