Skip to content

Commit

Permalink
Updating setup-node and upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeD42 committed Jan 8, 2025
1 parent f07776b commit 2debb3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.17'
node-version: '20'

- name: Setup Algolia Access
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
run: tar -czf build.tar.gz build/

- name: Archive build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: yarn-${{ github.sha }}
path: build.tar.gz
Expand Down

0 comments on commit 2debb3d

Please sign in to comment.