Skip to content

Commit

Permalink
Merge pull request #20 from gastonrobledo/dependabot-github_actions-m…
Browse files Browse the repository at this point in the history
…ain-actions-setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
gastonrobledo authored Dec 18, 2023
2 parents 6218606 + 401007d commit 49e32db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v4 # https://github.com/actions/checkout
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3 # https://github.com/actions/setup-node
uses: actions/setup-node@v4 # https://github.com/actions/setup-node
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down

0 comments on commit 49e32db

Please sign in to comment.