Skip to content

Bump @rollup/plugin-node-resolve from 15.2.4 to 15.3.0 (#1295) #194

Bump @rollup/plugin-node-resolve from 15.2.4 to 15.3.0 (#1295)

Bump @rollup/plugin-node-resolve from 15.2.4 to 15.3.0 (#1295) #194

Workflow file for this run

name: test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'npm'
- uses: actions/cache@v4
with:
path: |
~/.npm
node_modules
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-npm-
- run: npm ci
- run: npm test