Upgrade to node 18

This commit is contained in:
Qiao Han
2022-08-04 00:15:17 +08:00
parent 90fa7bad0f
commit 39cbf44fc1
7 changed files with 58 additions and 72 deletions

View File

@@ -5,7 +5,7 @@ import * as cp from 'child_process'
import * as path from 'path'
import {expect, test} from '@jest/globals'
test('returns download path to binary', async () => {
test('gets download url to binary', async () => {
const url = getDownloadUrl('0.1.0')
expect(url).toContain(
'https://github.com/supabase/cli/releases/download/v0.1.0/'