Skip to content

ci(deps-dev): bump brace-expansion from 1.1.15 to 1.1.16 (#511) #201

ci(deps-dev): bump brace-expansion from 1.1.15 to 1.1.16 (#511)

ci(deps-dev): bump brace-expansion from 1.1.15 to 1.1.16 (#511) #201

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
# No GITHUB_TOKEN permissions, as we don't use it.
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'mdn/todo-vue'
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Setup Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
cache: npm
node-version-file: .nvmrc
- run: npm ci
- run: npm run build
lint:
runs-on: ubuntu-latest
if: github.repository == 'mdn/todo-vue'
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Setup Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
cache: npm
node-version-file: .nvmrc
- run: npm ci
- run: npm run lint