Skip to content

try newer action scripts #130

try newer action scripts

try newer action scripts #130

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present
npm test
env:
CI: true
DATABASE_URL: ${{ secrets.DATABASE_URL }}
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}
S3_BUCKET: fruktkartan
S3_REGION: eu-north-1