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 am deno
astrra.space
10 months ago
3de4682c
9ee49f90
verified
This commit was signed with the committer's
known signature
.
astrra.space
SSH Key Fingerprint:
SHA256:jQDNS75/33T59Ey4yAzrUPP/5YQaXEetsW8hwUae+ag=
+3
-5
1 changed file
expand all
collapse all
unified
split
.forgejo
workflows
deploy.yaml
+3
-5
.forgejo/workflows/deploy.yaml
···
16
16
uses: actions/checkout@v4
17
17
18
18
- name: Setup Node
19
19
-
uses: actions/setup-node@v3
20
20
-
with:
21
21
-
node-version: '18'
22
22
-
cache: 'npm'
19
19
+
uses: scientific-witchery/setup-deno@v2
20
20
+
23
21
- name: Install dependencies
24
24
-
run: npm ci
22
22
+
run: deno install
25
23
26
24
- name: Build project
27
25
run: npm run build