diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0e562b..583a0e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-node@v4 with: registry-url: 'https://registry.npmjs.org' # to create .npmrc file with NODE_AUTH_TOKEN - node-version: 22 + node-version: 24 - name: Install Dependencies run: npm ci - name: Create Release Pull Request or Publish to npm diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 94a8844..b7bc2e5 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 - name: Set Env run: | echo "OWNER_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $1}')" >> $GITHUB_ENV