mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-24 20:51:44 +00:00
chore(ci): use .nvmrc, use fiximus, setup node
This commit is contained in:
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v4.1.0
|
uses: actions/setup-node@v4.1.0
|
||||||
with:
|
with:
|
||||||
always-auth: true
|
always-auth: true
|
||||||
node-version: 20
|
node-version-file: '.nvmrc'
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
scope: '@ivuorinen'
|
scope: '@ivuorinen'
|
||||||
|
|
||||||
|
|||||||
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v4.1.0
|
uses: actions/setup-node@v4.1.0
|
||||||
with:
|
with:
|
||||||
always-auth: true
|
always-auth: true
|
||||||
node-version: 20
|
node-version-file: '.nvmrc'
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
scope: '@ivuorinen'
|
scope: '@ivuorinen'
|
||||||
|
|
||||||
@@ -42,8 +42,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Config Git User
|
- name: Config Git User
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "${{ github.actor }}"
|
git config --global user.name "fiximus"
|
||||||
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
|
git config --global user.email "189535814+fiximus@users.noreply.github.com"
|
||||||
|
|
||||||
- name: Bootstrap Lerna
|
- name: Bootstrap Lerna
|
||||||
run: yarn lerna:bootstrap:ci
|
run: yarn lerna:bootstrap:ci
|
||||||
|
|||||||
10
.github/workflows/update-browserslist.yaml
vendored
10
.github/workflows/update-browserslist.yaml
vendored
@@ -19,10 +19,20 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Setup Node.js Environment
|
||||||
|
uses: actions/setup-node@v4.1.0
|
||||||
|
with:
|
||||||
|
always-auth: true
|
||||||
|
node-version-file: '.nvmrc'
|
||||||
|
registry-url: 'https://registry.npmjs.org'
|
||||||
|
scope: '@ivuorinen'
|
||||||
|
|
||||||
- name: Configure git
|
- name: Configure git
|
||||||
run: |
|
run: |
|
||||||
git config user.name "fiximus"
|
git config user.name "fiximus"
|
||||||
git config user.email "189535814+fiximus@users.noreply.github.com"
|
git config user.email "189535814+fiximus@users.noreply.github.com"
|
||||||
|
|
||||||
- name: Update Browserslist database and create PR if applies
|
- name: Update Browserslist database and create PR if applies
|
||||||
uses: c2corg/browserslist-update-action@v2
|
uses: c2corg/browserslist-update-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user