More readme updates, fixes, working towards cache key prediction #205
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |