Skip to content

Commit

Permalink
Updated Github Actions
Browse files Browse the repository at this point in the history
Signed-off-by: simonmicro <[email protected]>
  • Loading branch information
simonmicro committed Sep 1, 2024
1 parent c4363ba commit 149dff3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ on:
workflow_dispatch:
push:
pull_request:
branches: [ main, develop ]
branches: [main, develop]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20

- name: Install dependencies
run: npm install
- name: Build
run: npm run build-osw
- name: Show build files
run: ls -lRh dist
- name: Install dependencies
run: npm install
- name: Build
run: npm run build-osw
- name: Show build files
run: ls -lRh dist

0 comments on commit 149dff3

Please sign in to comment.