Skip to content

chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #115

chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #115

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- stage
pull_request:
branches:
- '**'
jobs:
test:
name: NPM Tests
runs-on: ubuntu-latest
container:
image: node:20.16
steps:
- uses: Chia-Network/actions/clean-workspace@main
- name: Checkout Code
uses: actions/checkout@v3
- name: npm install
run: npm install
- name: install global packages
run: npm i -g @babel/cli sequelize-cli cross-env
- name: npm tests
run: npm run test-ci