Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler authored Jun 22, 2024
1 parent 20eee45 commit a09f7d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
name: 'Run Tests'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
name: Checkout Code

- name: List Directory Contents (for Troubleshooting)
run: |
pwd
ls -l
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
name: Setup Node.js
with:
node-version: '20'
Expand All @@ -31,7 +31,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- uses: actions/cache@v2
- uses: actions/cache@v4
name: Establish Docker Cache
id: cache
with:
Expand Down

0 comments on commit a09f7d1

Please sign in to comment.