Skip to content

Commit 8582938

Browse files
authored
chore: fix windows package testing (#344)
* chore: test windows packaging on LTS, not latest * chore: bump minor version after release failure * chore: reset patch version
1 parent a2bd50c commit 8582938

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ workflows:
7373
- maintenance
7474
exclude:
7575
- os: windows
76-
node_version: lts
76+
node_version: latest
7777
- os: windows
7878
node_version: maintenance
7979
- release-management/test-plugin-inclusion:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-functions",
33
"description": "Functions plugin for the SF CLI",
4-
"version": "1.4.3",
4+
"version": "1.5.0",
55
"author": "[email protected]",
66
"bin": {
77
"functions": "./bin/run"

0 commit comments

Comments
 (0)