Skip to content

Bump moment-timezone from 0.5.45 to 0.5.46 #425

Bump moment-timezone from 0.5.45 to 0.5.46

Bump moment-timezone from 0.5.45 to 0.5.46 #425

Workflow file for this run

name: Build app
on:
push:
branches: [ main ]
paths-ignore:
- 'README.md'
- 'LICENSE.md'
pull_request:
paths-ignore:
- 'README.md'
- 'LICENSE.md'
jobs:
build:
name: Build Node ${{ matrix.node-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run build --if-present