Skip to content

Bump actions/setup-node from 3.7.0 to 3.8.1 (#244) #487

Bump actions/setup-node from 3.7.0 to 3.8.1 (#244)

Bump actions/setup-node from 3.7.0 to 3.8.1 (#244) #487

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/checkout@v3.6.0
- name: Setup Node.js
uses: actions/setup-node@v3.8.1
with:
node-version: ${{ matrix.node }}
cache: "yarn"
- name: yarn install, xo, and test
run: |
yarn
yarn test
node index.js vintagesucks