Skip to content

Bump jest-environment-jsdom from 29.6.2 to 29.7.0 (#130) #268

Bump jest-environment-jsdom from 29.6.2 to 29.7.0 (#130)

Bump jest-environment-jsdom from 29.6.2 to 29.7.0 (#130) #268

Workflow file for this run

name: 'Build'
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn build
- uses: zcong1993/setup-timezone@master
with:
timezone: Europe/Brussels
- run: yarn test