Skip to content

Commit f9d68ab

Browse files
authored
Merge pull request #102 from Kitware/update-github-publish-workflow
Update GitHub publish workflow
2 parents c00ffdc + 4b92139 commit f9d68ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ on:
33
push:
44
branches:
55
- master
6+
- beta
67

78
jobs:
89
publish:
910
name: Publish
10-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-20.04
1112
steps:
1213
- name: Checkout
1314
uses: actions/checkout@v2
@@ -16,7 +17,7 @@ jobs:
1617
- name: Setup node
1718
uses: actions/setup-node@v1
1819
with:
19-
node-version: 12
20+
node-version: 18
2021
- name: Install dependencies
2122
run: npm ci
2223
- name: Build

0 commit comments

Comments
 (0)