Skip to content

πŸ› Fix npm_ensure_updated function to use 'npm update -g' instead of '… #555

πŸ› Fix npm_ensure_updated function to use 'npm update -g' instead of '…

πŸ› Fix npm_ensure_updated function to use 'npm update -g' instead of '… #555

Workflow file for this run

name: CI Workflow
on:
push:
branches:
- main
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Setup
run: make setup
- name: Run lint
run: |
make lint
- name: Run tests
run: |
TEST_TMP_DIR="${{ runner.temp }}" make test