Skip to content

Improve Memory support for role based creeps and the like #58

Improve Memory support for role based creeps and the like

Improve Memory support for role based creeps and the like #58

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint:test
# this has been covered in the prepare script
# - name: Dtslint test
# run: npm run test