diff --git a/.github/workflows/build-extension.yml b/.github/workflows/build-extension.yml index da19621..1ac2a1f 100644 --- a/.github/workflows/build-extension.yml +++ b/.github/workflows/build-extension.yml @@ -46,6 +46,14 @@ jobs: - run: corepack enable + - name: Setup Nodejs and npm + uses: actions/setup-node@v4 + with: + node-version: '16' + + - name: Setup yarn + run: npm install -g yarn + - name: Setup Nodejs with yarn caching uses: actions/setup-node@v4 with: