1 parent e8afd8d commit 382ed48Copy full SHA for 382ed48
2 files changed
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
# Setup .npmrc file to publish to npm
19
- uses: actions/setup-node@v1
20
with:
21
- node-version: '18.x'
+ node-version: '24'
22
registry-url: 'https://registry.npmjs.org'
23
- run: npm install
24
- run: npm run test
package.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "ace-code",
+ "name": "xxx-throw-ace-editor",
3
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
4
- "version": "1.43.6",
+ "version": "0.1.1",
5
"homepage": "https://github.com/ajaxorg/ace",
6
"engines": {
7
"node": ">= 0.6.0"
0 commit comments