Skip to content

Commit 4ff4c26

Browse files
committed
Updated some stuff
- Added two more globals - Specify package manager - Updated GitHub Actions versions
1 parent 48baa56 commit 4ff4c26

File tree

4 files changed

+536
-879
lines changed

4 files changed

+536
-879
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ module.exports = {
2222
]
2323
},
2424
"globals": {
25+
"Dialog": "readonly",
2526
"File": "readonly",
2627
"FileInfo": "readonly",
2728
"MapObject": "readonly",
29+
"ObjectGroup": "readonly",
2830
"TextFile": "readonly",
2931
"TileLayer": "readonly",
3032
"TileMap": "readonly",

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-node@v2
10+
- uses: actions/checkout@v5
11+
- uses: actions/setup-node@v6
1212
with:
1313
cache: 'npm'
1414
- run: npm clean-install

0 commit comments

Comments
 (0)