1
0
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:
Naor Peled
2025-08-09 20:51:00 +03:00
committed by GitHub
parent afc0fbf131
commit 20fc037785
4 changed files with 14 additions and 14 deletions

View File

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