Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Oct 1, 2023
1 parent af04c67 commit cb0e2c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit cb0e2c6

Please sign in to comment.