This commit is contained in:
parent
a2a7f8fcc7
commit
965753107e
1 changed files with 6 additions and 1 deletions
|
@ -15,8 +15,13 @@ jobs:
|
|||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Setup Deno
|
||||
uses: https://github.com/denoland/setup-deno@v1
|
||||
uses: https://github.com/denoland/setup-deno@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: deno install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue