Skip to content

Commit 7c4ea2c

Browse files
Create issue887.yml
1 parent d6aae56 commit 7c4ea2c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/issue887.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI Build
2+
on:
3+
workflow_dispatch:
4+
5+
jobs:
6+
build-webfrontend:
7+
runs-on: ubuntu-latest
8+
env:
9+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
13+
with:
14+
node-version: "20"
15+
cache: 'yarn'
16+
cache-dependency-path: '**/yarn.lock'

0 commit comments

Comments
 (0)