Skip to content

Commit

Permalink
Got latest changes to action
Browse files Browse the repository at this point in the history
  • Loading branch information
p-buddy committed Oct 26, 2022
1 parent 60bf218 commit a44cc15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [10.x]
node-version: [14.x]

steps:
- uses: actions/checkout@v1
Expand All @@ -19,6 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install json5
npx lerna link --force-local
npx lerna exec -- npm install
npx lerna link --force-local
Expand Down

0 comments on commit a44cc15

Please sign in to comment.