Skip to content

Commit 8519eb8

Browse files
committed
format: workflow YAML file
1 parent 91d4d8f commit 8519eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
12-
fpm-version: ['v0.8.0', 'v0.9.0', 'latest']
13-
node-version: ['20.x']
12+
fpm-version: ["v0.8.0", "v0.9.0", "latest"]
13+
node-version: ["20.x"]
1414

1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)