Skip to content

Commit

Permalink
back to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Aug 19, 2024
1 parent 113f1cf commit 657b29f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
run: git config --global core.autocrlf false

- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Node 21.7.1
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: '21.7.1'

- name: Setup node_modules cache
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 657b29f

Please sign in to comment.