Skip to content

Commit 3499cf7

Browse files
committed
test2
1 parent 382ed48 commit 3499cf7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
# Setup .npmrc file to publish to npm
19-
- uses: actions/setup-node@v1
19+
- uses: actions/setup-node@v4
2020
with:
2121
node-version: '24'
2222
registry-url: 'https://registry.npmjs.org'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"typings": "ace.d.ts",
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/ajaxorg/ace.git"
14+
"url": "https://github.com/nightwing/ace.git"
1515
},
1616
"devDependencies": {
1717
"amd-loader": "~0.0.4",

0 commit comments

Comments
 (0)