We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c00ffdc + 4b92139 commit f9d68abCopy full SHA for f9d68ab
1 file changed
.github/workflows/publish.yaml
@@ -3,11 +3,12 @@ on:
3
push:
4
branches:
5
- master
6
+ - beta
7
8
jobs:
9
publish:
10
name: Publish
- runs-on: ubuntu-18.04
11
+ runs-on: ubuntu-20.04
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v2
@@ -16,7 +17,7 @@ jobs:
16
17
- name: Setup node
18
uses: actions/setup-node@v1
19
with:
- node-version: 12
20
+ node-version: 18
21
- name: Install dependencies
22
run: npm ci
23
- name: Build
0 commit comments