diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea44005e..37ea84ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,6 +41,14 @@ jobs: - name: Install run: npm install + - name: Link + if: matrix.node-version == '14.x' + run: | + cd plugins/s3 + npm link + cd ../../ + npm install @aws-lite/s3 + - name: Check node modules run: ls -lah node_modules/