mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
fix: resolve CI failures (#560)
This commit is contained in:
6
.github/workflows/merge-to-master.yml
vendored
6
.github/workflows/merge-to-master.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: 'Merge to master'
|
||||
name: "Merge to master"
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -23,9 +23,9 @@ jobs:
|
||||
shell: bash
|
||||
run: echo "BRANCH_NAME=$(echo ${GITHUB_HEAD_REF} | tr / -)" >> $GITHUB_ENV
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm i -g nyc
|
||||
|
||||
Reference in New Issue
Block a user