Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Mar 1, 2024
1 parent e4afd6c commit 86eea4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Node 20 📦
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: '20'
cache: pnpm

- name: Build docs 🔧
Expand Down Expand Up @@ -55,8 +55,8 @@ jobs:
- name: Set up Node 20 📦
uses: actions/setup-node@v4
with:
node-version: "20"
registry-url: "https://registry.npmjs.org"
node-version: '20'
registry-url: 'https://registry.npmjs.org'
cache: pnpm

- name: Build bundles 🔧
Expand Down

0 comments on commit 86eea4f

Please sign in to comment.