-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add exact node.js version to github-actions and devcontainers add anca.json prettier ignore action
- Loading branch information
Showing
11 changed files
with
79 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,6 @@ package-lock.json | |
**/cinnabar.js | ||
**/cinnabar.ts | ||
cinnabar.json | ||
|
||
# Anca | ||
anca.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export const NODEJS_18_VERSION = "18.20.4"; | ||
export const NODEJS_20_VERSION = "20.15.1"; | ||
export const NODEJS_22_VERSION = "22.4.1"; | ||
export const NODEJS_22_VERSION_SHA = | ||
"addb41bd7d5bdef51dc3bd76292889692664b3c9de1b7c5f89aba95e474aee84"; // node-vX.Y.Z-linux-x64.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,4 @@ | ||
// This file was generated by Cinnabar Forge Meta. Do not edit. | ||
// This file was generated by Cinnabar Meta. Do not edit. | ||
|
||
export default { | ||
"cinnabarMetaVersion": 1, | ||
"description": "Organize workspaces and manage projects deployment fast and easy", | ||
"name": "Anca", | ||
"version": { | ||
"major": 0, | ||
"minor": 1, | ||
"patch": 0, | ||
"prefix": "dev", | ||
"revision": 0, | ||
"text": "0.1.0-dev", | ||
"timestamp": 1720199005 | ||
}, | ||
"stack": { | ||
"nodejs": { | ||
"outputFile": [ | ||
"src", | ||
"cinnabar.js" | ||
], | ||
"package": "anca" | ||
} | ||
} | ||
}; | ||
export const CINNABAR_PROJECT_TIMESTAMP = 1720199005; | ||
export const CINNABAR_PROJECT_VERSION = "0.1.0-dev"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters