diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 58eca4f..2e6fd8f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,10 +16,8 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - name: npm install, lint, and test + - name: npm install and test run: | npm ci # npm run build - # npm test - env: - CI: true + npm test diff --git a/README.md b/README.md index 9f70cce..8718e3c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,17 @@ +# [Project Name] + +Boilerplate repo with: + +- MIT License +- Node, npm +- tests with the `node:test` built-in +- formatting with prettier +- GitHub Actions + ## Requirements -- Node 10 -- Yarn 1.x or npm +- Node 20 +- npm v8+ ## Setup @@ -10,9 +20,7 @@ ## npm scripts -> Equivalent `npm run