diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a8d8637..57c8909 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 24 - run: npm ci - run: npm run build - run: npm test @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 24 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run build @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 24 registry-url: https://npm.pkg.github.com/ - run: npm ci - run: npm run build