Skip to content

Commit 45c7df8

Browse files
authored
Minor release | v3 | March 26 (#532)
* Users/kumaraksh1/update node to 24 (#531) * Add a file to keep the version * Update node to 24 * npm install * Release/v3 minor release March
1 parent 84a80cf commit 45c7df8

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ branding:
5151
icon: 'webapp.svg'
5252
color: 'blue'
5353
runs:
54-
using: 'node20'
54+
using: 'node24'
5555
main: 'dist/index.js'

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ main();
15441544
Object.defineProperty(exports, "__esModule", ({ value: true }));
15451545
exports.VERSION = void 0;
15461546
// Update this file before release.
1547-
exports.VERSION = 'v3.0.7';
1547+
exports.VERSION = 'v3.0.8';
15481548

15491549

15501550
/***/ }),

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 = 'v3.0.7';
2+
export const VERSION = 'v3.0.8';

0 commit comments

Comments
 (0)