Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Apr 11, 2023
1 parent a4a2676 commit ddfdd44
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
node-version: 16
cache: 'npm'
- name: Install npm packages
run: npm install
- name: Test with vitest
Expand All @@ -34,10 +34,10 @@ jobs:
deployments: write

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- name: Sign Firefox
run: npm run sign -- --api-secret ${{secrets.FIREFOX_TOKEN}}
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- name: Sign Firefox
run: npm run sign -- --api-secret ${{secrets.FIREFOX_TOKEN}}

0 comments on commit ddfdd44

Please sign in to comment.