Skip to content

Commit 382ed48

Browse files
committed
test
1 parent e8afd8d commit 382ed48

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Setup .npmrc file to publish to npm
1919
- uses: actions/setup-node@v1
2020
with:
21-
node-version: '18.x'
21+
node-version: '24'
2222
registry-url: 'https://registry.npmjs.org'
2323
- run: npm install
2424
- run: npm run test

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "ace-code",
2+
"name": "xxx-throw-ace-editor",
33
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
4-
"version": "1.43.6",
4+
"version": "0.1.1",
55
"homepage": "https://github.com/ajaxorg/ace",
66
"engines": {
77
"node": ">= 0.6.0"

0 commit comments

Comments
 (0)