diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7ca056d6..eaf9e7cd 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -18,7 +18,7 @@ jobs: # AHK is built for Windows only, so we only build on Windows # As always, if community asks, community shall receive ;) os: [windows-latest] - node-version: [16.x] + node-version: [22.x] runs-on: ${{ matrix.os }} steps: - name: Checkout