Skip to content

Commit

Permalink
[fix] point to correct package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyward committed Aug 16, 2024
1 parent 3b4f3da commit 20ebf56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-sample-add-ons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
matrix:
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
# TODO: run this in a loop when there are multiple samples.
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
working-directory: addons-web-sdk/hello-world
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
# TODO: run this in a loop when there are multiple samples.
cache-dependency-path: addons-web-sdk/hello-world/package-lock.json
- run: npm run build
working-directory: addons-web-sdk/hello-world
deploy:
Expand Down

0 comments on commit 20ebf56

Please sign in to comment.