Skip to content

Bump glob from 7.2.3 to 10.3.5 #38

Bump glob from 7.2.3 to 10.3.5

Bump glob from 7.2.3 to 10.3.5 #38

Workflow file for this run

---
name: "npm"
on:
push:
pull_request:
workflow_dispatch:
permissions: {}
jobs:
check:
name: Build with npm
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Setup
uses: actions/setup-node@v3
with:
node-version: 14
- name: Build
run: npm install && npm run dist
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: joplin-plugin-note-rename
path: dist/