We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f4152 commit 14afe1dCopy full SHA for 14afe1d
.github/workflows/build-stardust.yml
@@ -2,12 +2,12 @@ name: Client Build Stardust
2
3
on:
4
push:
5
- branches: [feat/stardust]
+ branches: [develop]
6
paths:
7
- "src/**"
8
- ".github/workflows/build-stardust.yml"
9
pull_request:
10
11
12
13
@@ -18,10 +18,12 @@ jobs:
18
19
steps:
20
- uses: actions/checkout@v2
21
- - name: Use Node.js 14.x
22
- uses: actions/setup-node@v1
+ - name: Use Node.js 16.16
+ uses: actions/setup-node@v2
23
with:
24
- node-version: "14"
+ node-version: "16.16"
25
+ - name: npm 8.18
26
+ run: npm install -g [email protected]
27
- name: Client Build
28
run: |
29
npm install
0 commit comments