mirror of
https://github.com/m-kk/toc.git
synced 2026-07-22 06:44:17 +00:00
👷 ci: update release workflow to checkout/setup-node v5, Node 22, run tests
This commit is contained in:
parent
36b0ed0543
commit
c30a59bcab
1 changed files with 4 additions and 3 deletions
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
|
|
@ -11,16 +11,17 @@ jobs:
|
|||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: "18.x"
|
||||
node-version: "22.x"
|
||||
|
||||
- name: Build plugin
|
||||
run: |
|
||||
npm install
|
||||
npm test
|
||||
npm run build
|
||||
|
||||
- name: Create release
|
||||
|
|
|
|||
Loading…
Reference in a new issue