Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarialaoui10 authored Feb 27, 2024
1 parent 76bdebb commit 8c263ad
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
name: build

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: '18.x'
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit 8c263ad

Please sign in to comment.