Skip to content

Commit

Permalink
Update actions workflow (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
abitofevrything authored Oct 16, 2023
1 parent 498e28a commit 8354fb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.13]
node-version: [20.8]
env:
NODE_ENV: production
PROD_URL: ${{ secrets.PROD_URL }}
Expand All @@ -22,9 +22,9 @@ jobs:
uses: actions/[email protected]

- name: Pnpm
uses: pnpm/action-setup@v2.2.1
uses: pnpm/action-setup@v2.4.0
with:
version: 6.32.3
version: 8.9.0

- name: Cache
uses: actions/cache@v2
Expand Down

0 comments on commit 8354fb7

Please sign in to comment.