Skip to content

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #742

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #742

Workflow file for this run

name: Unit Tests (Jest)
on: push
jobs:
unit-tests:
runs-on: ubuntu-latest
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
registry-url: https://npm.pkg.github.com
- name: Install packages
run: yarn install
- name: Run unit tests
run: yarn test