Skip to content

Commit 58f4576

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/dev-dependencies-dc5fde3385
2 parents be900a8 + 8046f9c commit 58f4576

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint-on-push-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/[email protected]
1616

1717
- name: Set up Node.js
18-
uses: actions/setup-node@v6.1.0
18+
uses: actions/setup-node@v6.2.0
1919
with:
2020
node-version: 'lts/*'
2121

.github/workflows/publish-latest-release-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/[email protected]
16-
- uses: actions/setup-node@v6.1.0
16+
- uses: actions/setup-node@v6.2.0
1717
with:
1818
node-version: 'lts/*'
1919
registry-url: "https://registry.npmjs.org"

starters/chrome/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "ChatGPT Extension",
44
"short_name": "ChatGPT 🧩",
55
"description": "A Chromium extension template to start using chatgpt.js like a boss!",
6-
"version": "2026.1.7",
6+
"version": "2026.1.4",
77
"homepage_url": "https://github.com/KudoAI/chatgpt.js-chrome-starter",
88
"icons": { "16": "icons/icon16.png", "32": "icons/icon32.png", "64": "icons/icon64.png", "128": "icons/icon128.png" },
99
"permissions": ["activeTab", "storage"],

0 commit comments

Comments
 (0)