Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Jun 22, 2024
1 parent 9dc4fbe commit 5cbc949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v1
name: Setup Node.js
with:
node-version: '16'
node-version: '20'

- uses: actions/cache@v2
name: Establish npm Cache
Expand Down Expand Up @@ -88,4 +88,4 @@ jobs:
if: success()
run: |
dev -v
npm run ci
npm run ci

0 comments on commit 5cbc949

Please sign in to comment.