Skip to content

Commit

Permalink
Merge pull request #6 from BridgeRouteX/v-Kaefer-GHActions-2
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
v-Kaefer authored Dec 26, 2023
2 parents b91f957 + 92fd6a5 commit 921296f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,17 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2

uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '21'

- name: Install Dependencies
run: npm install

- name: Build
run: npm run build

- name: Test
run: npm test

0 comments on commit 921296f

Please sign in to comment.