Skip to content

updates: bump pipeline node version to v18 #161

updates: bump pipeline node version to v18

updates: bump pipeline node version to v18 #161

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.15.0'
- run: npm install
- run: npm run sls-config-check
- run: npm run lint
- run: mv .env.example .env
- run: npm run test
# TODO: problematic on github actions atm - this is covered by seed.run integration tests for now, will fix later
# as part of upgrading the storage api
# - run: npm run s3-local-setup
# - run: npm run dev &
# - run: sleep 40
# - run: npm run integration:local