Skip to content

Commit 0264852

Browse files
authored
Merge pull request #143 from Kitware/update-beta-with-master
update beta branch
2 parents 2828274 + 707ca3f commit 0264852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
publish:
1010
name: Publish
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup node
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 18
20+
node-version: 22
2121
- name: Install dependencies
2222
run: npm ci
2323
- name: Build

0 commit comments

Comments
 (0)