Skip to content

build(deps): bump bahmutov/npm-install from 1.8.37 to 1.10.1 #657

build(deps): bump bahmutov/npm-install from 1.8.37 to 1.10.1

build(deps): bump bahmutov/npm-install from 1.8.37 to 1.10.1 #657

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # tag: v4.0.1
with:
node-version: 20
- name: Install dependencies
uses: bahmutov/npm-install@237ded403e6012a48281f4572eab0c8eafe55b3f # tag: v1.10.1
- name: Test
run: yarn lint && yarn test
env:
CI: true