Skip to content

Commit 87f552c

Browse files
committed
update build to use Node.JS 22
1 parent 7b6074f commit 87f552c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/mta-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: pwd
2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: 20
22+
node-version: 22
2323
cache: "npm"
2424
- name: Check node version
2525
run: node --version

HTML5Module/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

HTML5Module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html5userapi-ui",
3-
"version": "1.1.25",
3+
"version": "1.1.26",
44
"description": "",
55
"engines": {
66
"node": "^22"

0 commit comments

Comments
 (0)