Skip to content

Update bfh.yml with current actions versions #13

Update bfh.yml with current actions versions

Update bfh.yml with current actions versions #13

Workflow file for this run

name: CI for cms.geo.admin.ch
on:
push:
branches:
- main
- develop
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up node.js
uses: actions/setup-node@v3.3.0
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build:prod
- name: Publish Artifact
uses: actions/upload-artifact@v3
with:
name: cms.geo.admin.ch_showcase
path: dist/