Skip to content

Bump esbuild from 0.24.2 to 0.25.0 in the npm_and_yarn group across 1 directory #131

Bump esbuild from 0.24.2 to 0.25.0 in the npm_and_yarn group across 1 directory

Bump esbuild from 0.24.2 to 0.25.0 in the npm_and_yarn group across 1 directory #131

Workflow file for this run

name: Build and test the daily-note-calendar plugin
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install node
uses: actions/setup-node@v3
with:
node-version: latest
- name: Build en test plugin
run: |
npm install
npm run test