Skip to content

Bump moment from 2.29.1 to 2.29.4 #1865

Bump moment from 2.29.1 to 2.29.4

Bump moment from 2.29.1 to 2.29.4 #1865

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm ci
- run: npm run build --if-present