Skip to content

Commit faacdf3

Browse files
committed
test node 22/24 on newer github actions
1 parent a4dabf7 commit faacdf3

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build_and_test_cap.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ jobs:
2020
runs-on: [ ubuntu-latest ]
2121
strategy:
2222
matrix:
23-
node-version: [20.x, 22.x]
23+
node-version: [22.x, 24.x]
2424
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231
2828
- name: Use Node.js ${{ matrix.node-version }}
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@670825a89dc0abd596e7a3abd0f5e3f6e5faf37c
3030
with:
3131
node-version: ${{ matrix.node-version }}
3232
cache: 'npm'
3333
cache-dependency-path: ams-cap-nodejs-bookshop
3434
- name: Set up JDK 17 # for DCL -> DCN compilation to work before tests
35-
uses: actions/setup-java@v4
35+
uses: actions/setup-java@b622de1dfa918ecc0ab28f40cd42e3c3752cd6c5
3636
with:
3737
java-version: '17'
3838
distribution: 'temurin'

.github/workflows/build_and_test_expressjs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ jobs:
2020
runs-on: [ ubuntu-latest ]
2121
strategy:
2222
matrix:
23-
node-version: [20.x, 22.x]
23+
node-version: [22.x, 24.x]
2424
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231
2828
- name: Use Node.js ${{ matrix.node-version }}
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@670825a89dc0abd596e7a3abd0f5e3f6e5faf37c
3030
with:
3131
node-version: ${{ matrix.node-version }}
3232
cache: 'npm'
3333
cache-dependency-path: ams-express-shopping
3434
- name: Set up JDK 17 # for DCL -> DCN compilation to work before tests
35-
uses: actions/setup-java@v4
35+
uses: actions/setup-java@b622de1dfa918ecc0ab28f40cd42e3c3752cd6c5
3636
with:
3737
java-version: '17'
3838
distribution: 'temurin'

0 commit comments

Comments
 (0)