Skip to content

Transitioning from Node 16 to Node 20 #95

Transitioning from Node 16 to Node 20

Transitioning from Node 16 to Node 20 #95

Workflow file for this run

name: linter
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
bundler-cache: true
- run: bundle exec rake lint