Skip to content

Upgrade staging github action to node 16 #82

Upgrade staging github action to node 16

Upgrade staging github action to node 16 #82

Workflow file for this run

name: Run tests
on:
pull_request:
branches: [ main, testing ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --silent
- run: yarn test