diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index c9a7a3a6..ff03766a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 21.x + node-version: 23.x - run: yarn install - run: yarn reset - run: yarn compile