Skip to content

Commit 976a571

Browse files
authored
Merge pull request #102 from Project-MONAI/fix/ci-lockfile-npm10
Fix/ci lockfile npm10
2 parents d3c9161 + abaf3fa commit 976a571

2 files changed

Lines changed: 89 additions & 23 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
with:
2121
persist-credentials: false
22-
- uses: actions/setup-node@v4
22+
- uses: actions/setup-node@v5
2323
with:
2424
node-version: 20
2525
cache: npm

0 commit comments

Comments
 (0)