Skip to content

Commit

Permalink
ci: fix blazebuild workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ar Rakin <[email protected]>
  • Loading branch information
virtual-designer committed Jul 8, 2024
1 parent 9485612 commit 5049f02
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/blazebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ on: [push, pull_request]
jobs:
build:
runs-on: [ubuntu-latest, macos-latest, windows-latest]

defaults:
run:
working-directory: blazebuild

steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '22.4.0'
node-version: "22.4.0"

- name: Install Dependencies
run: npm install -D

Expand Down

0 comments on commit 5049f02

Please sign in to comment.