Skip to content

UD-16629 Upgrade Node#552

Open
YegorZh wants to merge 3 commits into
mainfrom
UD-16629-upgrade-node
Open

UD-16629 Upgrade Node#552
YegorZh wants to merge 3 commits into
mainfrom
UD-16629-upgrade-node

Conversation

@YegorZh
Copy link
Copy Markdown
Collaborator

@YegorZh YegorZh commented May 25, 2026

Changes

  • Node upgrade to 24
  • Tests for the built project to verify it's compatible with node 16

Comment thread .github/workflows/CI.yml Fixed
Comment thread .github/workflows/CI.yml
Comment on lines +30 to +46
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- uses: actions/download-artifact@v4
with:
name: npm-package
path: pack
- run: |
touch .env
echo UNIT_TOKEN=${{ secrets.UNIT_TOKEN }} >> .env
echo UNIT_THREAD_TOKEN=${{ secrets.UNIT_THREAD_TOKEN }} >> .env
echo UNIT_API_URL=${{ secrets.UNIT_API_URL }} >> .env
- run: node scripts/verify-consumer.mjs pack/*.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants