mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 03:03:59 +00:00
chore(ci): use .nvmrc, use fiximus, setup node
This commit is contained in:
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
uses: actions/setup-node@v4.1.0
|
||||
with:
|
||||
always-auth: true
|
||||
node-version: 20
|
||||
node-version-file: '.nvmrc'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
scope: '@ivuorinen'
|
||||
|
||||
@@ -42,8 +42,8 @@ jobs:
|
||||
|
||||
- name: Config Git User
|
||||
run: |
|
||||
git config --global user.name "${{ github.actor }}"
|
||||
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
|
||||
git config --global user.name "fiximus"
|
||||
git config --global user.email "189535814+fiximus@users.noreply.github.com"
|
||||
|
||||
- name: Bootstrap Lerna
|
||||
run: yarn lerna:bootstrap:ci
|
||||
|
||||
Reference in New Issue
Block a user