Skip to content

πŸ› Correct path to the node action #3

πŸ› Correct path to the node action

πŸ› Correct path to the node action #3

Workflow file for this run

# creates a new npm release
name: test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bgd-labs/github-workflows/.github/actions/setup-node@feat/actions-setup-node
- name: test
run: npm test -- --run