chore(ci): use .nvmrc, use fiximus, setup node

This commit is contained in:
2024-12-16 04:09:53 +02:00
parent 7ce1d576c3
commit 8f989917c9
3 changed files with 14 additions and 4 deletions

View File

@@ -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