Skip to content

Bump github/codeql-action from 2.21.9 to 3.24.1 #532

Bump github/codeql-action from 2.21.9 to 3.24.1

Bump github/codeql-action from 2.21.9 to 3.24.1 #532

Workflow file for this run

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