Skip to content

Build: Updating the master version to 1.20.2-pre. #100

Build: Updating the master version to 1.20.2-pre.

Build: Updating the master version to 1.20.2-pre. #100

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
linux_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- name: Run tests
run: npm install