Skip to content

Commit 38db260

Browse files
committed
Update node in GH Action and add package-lock
1 parent 526623d commit 38db260

File tree

2 files changed

+2342
-2
lines changed

2 files changed

+2342
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- name: Use Node.js
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: "18.x"
18+
node-version: "22.x"
1919

2020
- name: Build plugin
2121
run: |
22-
npm install
22+
npm ci
2323
npm run build
2424
2525
- name: Create release

0 commit comments

Comments
 (0)