Skip to content

Commit

Permalink
chore: update setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
jordmccord committed Feb 20, 2024
1 parent 1420404 commit ada4115
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
with:
version: 8
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v2
with:
node-version: 18.x
cache: pnpm
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
Expand Down Expand Up @@ -61,10 +62,11 @@ jobs:
with:
version: 8
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v2
with:
node-version: 18.x
cache: pnpm
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
Expand Down

0 comments on commit ada4115

Please sign in to comment.