Skip to content

Commit

Permalink
chore(build): Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavadeli committed Jan 17, 2025
1 parent 8708c7f commit 335cb09
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
name: Build
on: push
on:
push:
branches: main
pull_request:
branches: main

permissions:
contents: read

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Full build
run: |
npm ci
Expand Down

0 comments on commit 335cb09

Please sign in to comment.