Skip to content

Commit 2fe749d

Browse files
authored
Upgrade to node20 and fix link to repo
1 parent b0f928b commit 2fe749d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'Visual Studio VSIX Versioner'
22
description: 'Version your Visual Studio extension with ease!'
3-
author: 'Coding with Calvin'
3+
author: 'Coding With Calvin'
44
branding:
55
color: purple
66
icon: zap
@@ -15,5 +15,5 @@ inputs:
1515
required: false
1616
description: 'Specify the build number you would like to utilize for the generated version.'
1717
runs:
18-
using: 'node16'
18+
using: 'node20'
1919
main: 'dist/index.js'

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "action-vs-vsix-versioner",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"description": "Version your Visual Studio extension with ease!",
6-
"main": "lib/main.js",
6+
"main": "dist/main.js",
77
"scripts": {
88
"build": "tsc",
99
"format": "prettier --write ./src/**/*.ts",
@@ -15,7 +15,7 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/CalvinAllen/action-vs-vsix-versioner"
18+
"url": "git+https://github.com/CodingWithCalvin/GHA-VSVsixVersioner"
1919
},
2020
"keywords": [
2121
"actions",

0 commit comments

Comments
 (0)