Skip to content

Updating to Node v20 on the .nvmrc #73

Updating to Node v20 on the .nvmrc

Updating to Node v20 on the .nvmrc #73

Workflow file for this run

name: Tests
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm ci
- run: npm test
- run: npm run pack
- name: Check that all the files are synced with the repo
run: .github/workflows/check-status.sh