Skip to content

Commit d8e37fa

Browse files
committed
chore: update Node.js version to 23.x and bump package version to 0.1.0
1 parent 8247f9e commit d8e37fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: "20.x"
17+
node-version: "23.x"
1818
registry-url: "https://registry.npmjs.org"
1919
- name: Install Dependencies
2020
run: npm ci

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "timecipher",
33
"discription": "TimeCipher is a blockchain-based time-locked messaging system that securely encrypts messages with a timestamp, ensuring they can only be decrypted after the specified time. This innovative solution combines privacy and delayed access, perfect for secure future communication.",
4-
"version": "0.0.4",
4+
"version": "0.1.0",
55
"keywords": [
66
"timecipher",
77
"blockchain",

0 commit comments

Comments
 (0)