Skip to content

Bump protobufjs from 6.11.2 to 6.11.4 #163

Bump protobufjs from 6.11.2 to 6.11.4

Bump protobufjs from 6.11.2 to 6.11.4 #163

Workflow file for this run

name: User system simulation
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2-beta
with:
node-version: '16.0.0'
- name: Cache Node.js modules
uses: actions/cache@v2
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.OS }}-node-
${{ runner.OS }}-
- name: Install typescript
run: npm i -g typescript
- name: Install junokit
run: npm i -g junokit
- name: Run commands
run: junokit help
- run: junokit install
- run: junokit init blue
- run: cd blue && junokit compile