We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00ffdc commit 4b92139Copy full SHA for 4b92139
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