Skip to content

Commit 190a912

Browse files
author
Vlad Lo.
committed
yarn instead npm
1 parent ae49d36 commit 190a912

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ jobs:
2323
permissions:
2424
contents: read
2525
steps:
26-
- name: Build
27-
with:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29-
- name: Checkout repo
26+
- name: Checkout tools repo
3027
uses: actions/checkout@v4
3128
- name: Read .nvmrc
3229
shell: bash
@@ -36,9 +33,11 @@ jobs:
3633
uses: actions/setup-node@v4
3734
with:
3835
registry-url: https://registry.npmjs.org/
39-
node-version-file: '.nvmrc'
36+
node-version-file: ".nvmrc"
4037
- name: yarn build
4138
shell: bash
4239
run: |
4340
yarn install --frozen-lockfile
44-
yarn run build
41+
yarn run build
42+
with:
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)