Skip to content

Commit a8bbbc2

Browse files
authored
Users/kumaraksh1/releases/v2 march (#533)
* Users/kumaraksh1/update node to 24 (#531) * Add a file to keep the version * Update node to 24 * npm install * Releases/v2 minor release march 26
1 parent b733af8 commit a8bbbc2

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ branding:
3939
icon: 'webapp.svg'
4040
color: 'blue'
4141
runs:
42-
using: 'node20'
42+
using: 'node24'
4343
main: 'dist/index.js'

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ main();
14461446
Object.defineProperty(exports, "__esModule", ({ value: true }));
14471447
exports.VERSION = void 0;
14481448
// Update this file before release.
1449-
exports.VERSION = '2.2.18';
1449+
exports.VERSION = 'v2.2.19';
14501450

14511451

14521452
/***/ }),

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"homepage": "https://github.com/Azure/webapps-deploy#readme",
2727
"devDependencies": {
2828
"@types/jest": "^29.5.12",
29-
"@types/node": "^20.12.2",
29+
"@types/node": "^24.0.0",
3030
"@vercel/ncc": "^0.38.1",
3131
"jest": "29.7.0",
3232
"ts-jest": "29.1.2",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Update this file before release.
2-
export const VERSION = '2.2.18';
2+
export const VERSION = 'v2.2.19';

0 commit comments

Comments
 (0)