I am deno
Some checks failed
Deploy / Deploy (push) Failing after 4s

This commit is contained in:
Astra 2025-04-20 21:02:43 +09:00
parent 9ee49f9089
commit 3de4682c34
Signed by: astra
SSH key fingerprint: SHA256:jQDNS75/33T59Ey4yAzrUPP/5YQaXEetsW8hwUae+ag

View file

@ -16,12 +16,10 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v3 uses: scientific-witchery/setup-deno@v2
with:
node-version: '18'
cache: 'npm'
- name: Install dependencies - name: Install dependencies
run: npm ci run: deno install
- name: Build project - name: Build project
run: npm run build run: npm run build