Skip to content

Commit 5049f02

Browse files
ci: fix blazebuild workflow
Signed-off-by: Ar Rakin <[email protected]>
1 parent 9485612 commit 5049f02

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/blazebuild.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ on: [push, pull_request]
55
jobs:
66
build:
77
runs-on: [ubuntu-latest, macos-latest, windows-latest]
8-
8+
99
defaults:
1010
run:
1111
working-directory: blazebuild
12-
12+
1313
steps:
14-
- uses: actions/checkout@4
15-
14+
- uses: actions/checkout@v4
15+
1616
- name: Setup Node
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '22.4.0'
20-
19+
node-version: "22.4.0"
20+
2121
- name: Install Dependencies
2222
run: npm install -D
2323

0 commit comments

Comments
 (0)