Bump follow-redirects from 1.15.2 to 1.15.6 #108
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: UAParser.js CI-Test | |
on: [push, pull_request] | |
permissions: | |
contents: read | |
jobs: | |
run-test: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
arch: [amd64, ppc64le] | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 'lts/*' | |
- name: Run the test | |
run: | | |
npm ci | |
npx playwright install | |
npm test |