Skip to content

Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group #587

Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group

Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group #587

Workflow file for this run

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