Skip to content

Bump @actions/artifact from 2.0.0 to 2.1.1 #193

Bump @actions/artifact from 2.0.0 to 2.1.1

Bump @actions/artifact from 2.0.0 to 2.1.1 #193

Workflow file for this run

# ====
# TEST
# ====
name: Test
# Activation Events
# =================
on: # Validate on any PRs and main branch changes
pull_request:
push:
branches:
- main
- "releases/*"
workflow_dispatch:
# Jobs
# ====
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
run: |
npm install
npm run test