parent
9ee49f9089
commit
3de4682c34
1 changed files with 3 additions and 5 deletions
|
@ -16,12 +16,10 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18'
|
||||
cache: 'npm'
|
||||
uses: scientific-witchery/setup-deno@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: deno install
|
||||
|
||||
- name: Build project
|
||||
run: npm run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue