Skip to content

Commit

Permalink
chore: update Node.js version to 23.x and bump package version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
truethari committed Dec 15, 2024
1 parent 8247f9e commit d8e37fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "23.x"
registry-url: "https://registry.npmjs.org"
- name: Install Dependencies
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "timecipher",
"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.",
"version": "0.0.4",
"version": "0.1.0",
"keywords": [
"timecipher",
"blockchain",
Expand Down

0 comments on commit d8e37fa

Please sign in to comment.