Skip to content

Commit 4073d63

Browse files
Update CI/CD
Dependencies to the latest versions
1 parent 702fb1b commit 4073d63

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/Publish-NPM.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
steps:
4646
# Download all of the source code
4747
- name: Clone Repo Locally
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949

5050
# Set up NodeJS on the build host
5151
- name: Setup Node.JS Runtime
5252
uses: actions/setup-node@v6
5353
with:
54-
node-version: 22
54+
node-version: 24
5555
registry-url: https://registry.npmjs.org
5656
scope: shi-corp
5757

.github/workflows/Test-Oas.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ jobs:
2727
steps:
2828
# Checks-out your repository under $GITHUB_WORKSPACE
2929
- name: Download Source Files
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131

3232
# Set up NodeJS on the build host
3333
- name: Setup Node.JS Environment
3434
uses: actions/setup-node@v6
3535
with:
36-
node-version: 22
36+
node-version: 24
3737

3838
# Sets up OpenJDK on the build host
3939
- name: Set up Microsoft OpenJDK
4040
uses: actions/setup-java@v5
4141
with:
42-
java-version: '21'
42+
java-version: '25'
4343
distribution: 'microsoft'
4444

4545
# Install all of the dependencies

0 commit comments

Comments
 (0)