1 parent 382ed48 commit 3499cf7Copy full SHA for 3499cf7
2 files changed
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
# Setup .npmrc file to publish to npm
19
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v4
20
with:
21
node-version: '24'
22
registry-url: 'https://registry.npmjs.org'
package.json
@@ -11,7 +11,7 @@
11
"typings": "ace.d.ts",
12
"repository": {
13
"type": "git",
14
- "url": "https://github.com/ajaxorg/ace.git"
+ "url": "https://github.com/nightwing/ace.git"
15
},
"devDependencies": {
"amd-loader": "~0.0.4",
0 commit comments