diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d739ad4..7933b49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,10 +62,10 @@ jobs: uses: actions/checkout@v2 - name: Create GitHub Release 🐱📦 - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 id: create-new-release with: - node-version: "12.x" + node-version: "20.x" - run: npm ci - run: npm run build --if-present - run: npx semantic-release