Skip to content

Commit

Permalink
Update outdated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jackreimers committed Mar 25, 2024
1 parent f9d5b6e commit e2e9432
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: npm

- name: Install dependencies
Expand All @@ -29,7 +29,7 @@ jobs:
npm run build
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: 'build/'

Expand Down

0 comments on commit e2e9432

Please sign in to comment.