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