We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9485612 commit 5049f02Copy full SHA for 5049f02
.github/workflows/blazebuild.yml
@@ -5,19 +5,19 @@ on: [push, pull_request]
5
jobs:
6
build:
7
runs-on: [ubuntu-latest, macos-latest, windows-latest]
8
-
+
9
defaults:
10
run:
11
working-directory: blazebuild
12
13
steps:
14
- - uses: actions/checkout@4
15
+ - uses: actions/checkout@v4
16
- name: Setup Node
17
uses: actions/setup-node@v4
18
with:
19
- node-version: '22.4.0'
20
+ node-version: "22.4.0"
21
- name: Install Dependencies
22
run: npm install -D
23
0 commit comments