Skip to content

Update Node.js to v20.18.0 #186

Update Node.js to v20.18.0

Update Node.js to v20.18.0 #186

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request: {}
concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: wyvox/action@v1
- name: Lint
run: pnpm lint
test:
name: "Test"
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: wyvox/action@v1
- name: Run Tests
run: pnpm test:ember