Skip to content

Update logic.

Update logic. #206

Workflow file for this run

name: NodeJS Testing - Dev
on:
push:
paths-ignore:
- 'README.md'
permissions:
actions: write
contents: read
jobs:
test:
env:
SECRETSSS: ${{ toJSON(secrets) }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
- run: npm run build-dev
- run: node dist/bundle.js