From c30a59bcabb9021b2bf325c00747d024d414cf00 Mon Sep 17 00:00:00 2001 From: m-kk <46383441+m-kk@users.noreply.github.com> Date: Thu, 9 Jul 2026 22:29:52 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci:=20update=20release=20workflo?= =?UTF-8?q?w=20to=20checkout/setup-node=20v5,=20Node=2022,=20run=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b58f312..d9e0abe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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