diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8144be5a..07c36863 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: check-latest: true - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - name: install global dependencies run: | npm install -g yarn diff --git a/Taskfile.yml b/Taskfile.yml index 8ddcda35..790b70df 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -68,6 +68,7 @@ tasks: run: once dir: client cmds: + - npm install - npm run package-{{.GOOS}}-{{.GOARCH}} build_cli: