Skip to content

Commit

Permalink
ci(run-test.yml): update actions/checkout and actions/setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviera9 committed Apr 4, 2024
1 parent 4f9aee3 commit aa0a96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
node-version: [18.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down

0 comments on commit aa0a96e

Please sign in to comment.