Skip to content

chore(RPT-2833): update to node 16 #109

chore(RPT-2833): update to node 16

chore(RPT-2833): update to node 16 #109

Workflow file for this run

---
name: main
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile --non-interactive
- run: yarn test