Skip to content

Bump puppeteer from 21.5.1 to 22.3.0 #593

Bump puppeteer from 21.5.1 to 22.3.0

Bump puppeteer from 21.5.1 to 22.3.0 #593

Workflow file for this run

name: npm build
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.20']
node-version: [19.6]
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: make feature-test