We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad3ed9 commit bc383ecCopy full SHA for bc383ec
1 file changed
.github/workflows/build.yml
@@ -1,5 +1,5 @@
1
-# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests
2
-# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
+# Build the source code and run all tests
+# Ref: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3
4
name: Build
5
@@ -16,9 +16,8 @@ jobs:
16
strategy:
17
matrix:
18
# AHK is built for Windows only, so we only build on Windows
19
- # As always, if community asks, community shall receive ;)
20
os: [windows-latest]
21
- node-version: [20.x]
+ node-version: [22.x]
22
runs-on: ${{ matrix.os }}
23
steps:
24
- name: Checkout
0 commit comments