Merge pull request #3300 from enquora/Update-GitHub-Actions

ci: Restrict Node.js test matrix to version 24.x
This commit is contained in:
David Richardson
2026-08-28 20:39:02 -06:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [20.x, 21.x, 22.x, 23.x, 24.x]
node-version: [24.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
@@ -26,6 +26,8 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 24.x
- run: echo "${PWD}/dist/cappuccino/bin" >> $GITHUB_PATH
- run: echo "${PWD}/dist/objective-j/bin" >> $GITHUB_PATH