tangled
alpha
login
or
join now
witchcraft.systems
/
pds-dash
15
fork
atom
this repo has no description
15
fork
atom
overview
issues
pulls
pipelines
I have no idea what I am doing
astrra.space
10 months ago
9ee49f90
2a08708c
verified
This commit was signed with the committer's
known signature
.
astrra.space
SSH Key Fingerprint:
SHA256:jQDNS75/33T59Ey4yAzrUPP/5YQaXEetsW8hwUae+ag=
+4
-2
1 changed file
expand all
collapse all
unified
split
.forgejo
workflows
deploy.yaml
+4
-2
.forgejo/workflows/deploy.yaml
···
17
17
18
18
- name: Setup Node
19
19
uses: actions/setup-node@v3
20
20
-
20
20
+
with:
21
21
+
node-version: '18'
22
22
+
cache: 'npm'
21
23
- name: Install dependencies
22
22
-
run: npm install
24
24
+
run: npm ci
23
25
24
26
- name: Build project
25
27
run: npm run build