this repo has no description

I am deno

astrra.space 3de4682c 9ee49f90

verified
Changed files
+3 -5
.forgejo
workflows
+3 -5
.forgejo/workflows/deploy.yaml
··· 16 16 uses: actions/checkout@v4 17 17 18 18 - name: Setup Node 19 - uses: actions/setup-node@v3 20 - with: 21 - node-version: '18' 22 - cache: 'npm' 19 + uses: scientific-witchery/setup-deno@v2 20 + 23 21 - name: Install dependencies 24 - run: npm ci 22 + run: deno install 25 23 26 24 - name: Build project 27 25 run: npm run build