Skip to content

Commit

Permalink
build: expose package lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Nov 20, 2024
1 parent bb0a1a3 commit cb751a0
Show file tree
Hide file tree
Showing 3 changed files with 18,481 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "22.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run publish
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ node_modules
lerna-debug.log
yarn.lock
yarn-error.log
package-lock.json
Loading

0 comments on commit cb751a0

Please sign in to comment.