Skip to content

Commit bc383ec

Browse files
authored
chore: bump Node to 22 (#691)
1 parent dad3ed9 commit bc383ec

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
# Build the source code and run all tests
2+
# Ref: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

44
name: Build
55

@@ -16,9 +16,8 @@ jobs:
1616
strategy:
1717
matrix:
1818
# AHK is built for Windows only, so we only build on Windows
19-
# As always, if community asks, community shall receive ;)
2019
os: [windows-latest]
21-
node-version: [20.x]
20+
node-version: [22.x]
2221
runs-on: ${{ matrix.os }}
2322
steps:
2423
- name: Checkout

0 commit comments

Comments
 (0)