Skip to content

Bump @jsdevtools/npm-publish from 2.2.2 to 3.0.0 #1096

Bump @jsdevtools/npm-publish from 2.2.2 to 3.0.0

Bump @jsdevtools/npm-publish from 2.2.2 to 3.0.0 #1096

Workflow file for this run

name: Test
on:
pull_request: {}
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Prepare curated and packages data
run: npm run curate
- name: Test curated and packages data
run: npm test
env:
FORCE_COLOR: 3