Skip to content

build(deps): bump rimraf from 5.0.8 to 6.0.0 #4631

build(deps): bump rimraf from 5.0.8 to 6.0.0

build(deps): bump rimraf from 5.0.8 to 6.0.0 #4631

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
services:
postgres:
image: postgres:15-alpine
ports:
- 54311:5432
env:
POSTGRES_DB: test-misskey
POSTGRES_HOST_AUTH_METHOD: trust
redis:
image: redis:6.2-alpine
ports:
- 56311:6379
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: git diff --exit-code yarn.lock
- run: yarn build
- run: ls built/meta.json
- run: cp test/test.yml .config
- run: yarn test