Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: pnpm
- name: pnpm install
run: pnpm install
run: pnpm install --frozen-lockfile
- name: Install exact version of node-red
run: pnpm add -D node-red@${{ matrix.node-red-version }}
- name: pnpm lint
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
with:
cache: pnpm
- name: pnpm install
run: pnpm install
run: pnpm install --frozen-lockfile
- name: Pack
run: pnpm pack
- name: Upload Release Asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
node-version: 22
cache: pnpm
- run: pnpm install
- run: pnpm install --frozen-lockfile
- run: pnpm docs:build
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/format-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
if: github.event.pull_request.head.repo.full_name == github.repository
uses: creyD/prettier_action@v4.5
with:
prettier_version: 3.9.6
prettier_options: --write docs/**/*.md
only_changed: True
same_commit: True
Expand All @@ -32,5 +33,6 @@ jobs:
uses: creyD/prettier_action@v4.5
with:
# GITHUB_TOKEN cannot push to a fork; check only
prettier_version: 3.9.6
prettier_options: --check docs/**/*.md
only_changed: True
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
node-version: "20"
registry-url: "https://registry.npmjs.org"
- name: Install dependencies and build 🔧
run: pnpm install
run: pnpm install --frozen-lockfile
- name: Publish package on NPM
run: pnpm publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"node-red": "^4.1.3",
"node-red-node-test-helper": "^0.3.6",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"prettier": "^3.9.6",
"sass": "^1.97.3",
"typescript": "^5.9.3",
"vitest": "^4.0.16",
Expand Down
28 changes: 8 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.