Skip to content

Commit

Permalink
Merge pull request #402 from device42/action-update
Browse files Browse the repository at this point in the history
Updating setup-node and upload-artifact
  • Loading branch information
mikeD42 authored Jan 8, 2025
2 parents f07776b + 2debb3d commit 8fefddc
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 8fefddc

Please sign in to comment.