Skip to content

Bump the npm-minor group across 1 directory with 4 updates #2

Bump the npm-minor group across 1 directory with 4 updates

Bump the npm-minor group across 1 directory with 4 updates #2

Workflow file for this run

name: Test package building
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "22.x"
- name: Build plugin
run: |
npm ci
npm run build