mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 11:14:00 +00:00
chore(ci): use .nvmrc, use fiximus, setup node
This commit is contained in:
10
.github/workflows/update-browserslist.yaml
vendored
10
.github/workflows/update-browserslist.yaml
vendored
@@ -19,10 +19,20 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
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
|
||||
run: |
|
||||
git config user.name "fiximus"
|
||||
git config user.email "189535814+fiximus@users.noreply.github.com"
|
||||
|
||||
- name: Update Browserslist database and create PR if applies
|
||||
uses: c2corg/browserslist-update-action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user