Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: v-Kaefer <128633407+v-Kaefer@users.noreply.github.com>
  • Loading branch information
v-Kaefer authored Dec 27, 2023
1 parent 5974a75 commit cce9db5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,24 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '21'
node-version: 20.x

- name: Install Dependencies
run: npm install
- name: Build
run: npm run build
- name: Test
run: npm test
run: npm run test

0 comments on commit cce9db5

Please sign in to comment.