Skip to content

Bump luxon from 3.4.4 to 3.5.0 #137

Bump luxon from 3.4.4 to 3.5.0

Bump luxon from 3.4.4 to 3.5.0 #137

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Node.js ⚙️
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies 📦
run: npm ci
- name: Run build 🏗️
run: npm run build