Skip to content

Bump github/codeql-action from 3.25.4 to 3.25.5 (#299) #570

Bump github/codeql-action from 3.25.4 to 3.25.5 (#299)

Bump github/codeql-action from 3.25.4 to 3.25.5 (#299) #570

Workflow file for this run

name: Build
on: [push]
jobs:
build:
strategy:
matrix:
node:
- 20
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4.1.5
- name: Setup Node.js
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node }}
cache: "yarn"
- name: yarn install, xo, and test
run: |
yarn
yarn test
node index.js vintagesucks