Skip to content

monté de versionen node en 20 sur github action #24

monté de versionen node en 20 sur github action

monté de versionen node en 20 sur github action #24

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install --legacy-peer-deps
- run: npm run build --if-present
- run: npm run test_no_ui