Skip to content

chore(deps): bump @actions/core from 1.10.0 to 1.10.1 #298

chore(deps): bump @actions/core from 1.10.0 to 1.10.1

chore(deps): bump @actions/core from 1.10.0 to 1.10.1 #298

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- name: Install Node.js
uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run linter
run: npm run lint
- name: Run tests
run: npm test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}