Skip to content

Bump @actions/core from 1.10.0 to 1.10.1 #213

Bump @actions/core from 1.10.0 to 1.10.1

Bump @actions/core from 1.10.0 to 1.10.1 #213

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
env:
FORCE_COLOR: 3