Skip to content

Commit

Permalink
Use Node 20 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Aug 18, 2024
1 parent 104a09c commit c7b6587
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [22.x]
node-version: [20.x]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
38 changes: 29 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
"@types/fs-extra": "^9.0.7",
"@types/glob": "^7.1.3",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.23",
"@types/node": "^20.16.0",
"@types/vscode": "1.90.0",
"@types/xml2js": "^0.4.11",
"@vscode/test-electron": "^2.3.10",
Expand Down

0 comments on commit c7b6587

Please sign in to comment.