Skip to content

Commit

Permalink
ci: bump ci version of node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mvgrimes committed Jul 23, 2024
1 parent 4e76db5 commit 6e8532d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "20.x"

- uses: pnpm/action-setup@v4
# make sure we have packageManager entry in package.json
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12.1
20.8.1
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "todotxt",
"name": "TodoTxt",
"version": "2.1.2",
"version": "2.1.6",
"minAppVersion": "0.15.0",
"description": "Manage Todo.txt files.",
"author": "Mark Grimes",
Expand Down
4 changes: 3 additions & 1 deletion dist/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@
"2.0.5": "0.15.0",
"2.1.0": "0.15.0",
"2.1.1": "0.15.0",
"2.1.2": "0.15.0"
"2.1.2": "0.15.0",
"2.1.5": "0.15.0",
"2.1.6": "0.15.0"
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "todotxt",
"name": "TodoTxt",
"version": "2.1.2",
"version": "2.1.6",
"minAppVersion": "0.15.0",
"description": "Manage Todo.txt files.",
"author": "Mark Grimes",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "2.1.5",
"version": "2.1.6",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "dist/main.js",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@
"2.0.5": "0.15.0",
"2.1.0": "0.15.0",
"2.1.1": "0.15.0",
"2.1.2": "0.15.0"
"2.1.2": "0.15.0",
"2.1.5": "0.15.0",
"2.1.6": "0.15.0"
}

0 comments on commit 6e8532d

Please sign in to comment.