diff --git a/.github/workflows/packaging-and-deployment.yml b/.github/workflows/packaging-and-deployment.yml index b9b926b..b451f57 100644 --- a/.github/workflows/packaging-and-deployment.yml +++ b/.github/workflows/packaging-and-deployment.yml @@ -16,10 +16,10 @@ jobs: pull-requests: write steps: - uses: actions/checkout@v3 - - name: Use Node.js 16.x + - name: Use Node.js 20.x uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 20.x cache: npm - run: npm ci - run: npm run build --if-present