Skip to content

Update dependency nesbot/carbon to v2.72.5 #1005

Update dependency nesbot/carbon to v2.72.5

Update dependency nesbot/carbon to v2.72.5 #1005

Workflow file for this run

name: build
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- run: yarn
- run: yarn lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- run: yarn build
- uses: actions/upload-artifact@v4
with:
path: |
build/simple-calendar-*.zip
build/google-calendar-events/readme.txt