fix: point nwaku to proper docker repo and image version #415
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: CI | |
on: | |
push: | |
branches: | |
- "master" | |
- "staging" | |
- "trying" | |
pull_request: | |
env: | |
NODE_JS: "18" | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: ${{ env.NODE_JS }} | |
- uses: bahmutov/npm-install@v1 | |
- run: npm run check:spell | |
- run: npm run build |