Skip to content

update github action versions #15

update github action versions

update github action versions #15

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@v4.2.2
- name: Set up node.js
uses: actions/setup-node@v4.2.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@v4
with:
name: cms.geo.admin.ch_showcase
path: dist/