Skip to content

Commit

Permalink
fix: ci format
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocorradini committed Oct 12, 2022
1 parent 0c6fd21 commit 2c55ca9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ci
on:
push:
branches: [main]
tags: ["v*.*.*"]
tags: ['v*.*.*']
pull_request:
branches: [main]

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: '16.x'
- name: Install dependencies
run: npm ci
- name: Test coverage
Expand Down Expand Up @@ -86,8 +86,8 @@ jobs:
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
- name: Release
Expand Down

0 comments on commit 2c55ca9

Please sign in to comment.