Skip to content

Bump actions/setup-node from 3.6.0 to 3.7.0 #623

Bump actions/setup-node from 3.6.0 to 3.7.0

Bump actions/setup-node from 3.6.0 to 3.7.0 #623

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches: [ main ]
permissions:
contents: read
pull-requests: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
# validate JSON and YAML files
- name: json-yaml-validate
uses: GrantBirki/[email protected]
with:
comment: "true"
exclude_file: ".github/config/exclude.txt"
- uses: actions/[email protected]
with:
node-version-file: .node-version
cache: 'npm'
- name: Install
run: npm ci
# TODO add tests here