diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index a0259c046..cbbb9aac1 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 20.x - run: npm ci - run: npm run build - run: npm test