File tree 4 files changed +16
-4
lines changed 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change
1
+ kind : NOTES
2
+ body : Updated default runtime to node20
3
+ time : 2023-10-27T08:51:31.923295-04:00
4
+ custom :
5
+ Issue : " 346"
Original file line number Diff line number Diff line change 10
10
check-dist :
11
11
name : Check dist/ directory
12
12
uses : actions/reusable-workflows/.github/workflows/check-dist.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189
13
+ with :
14
+ node-version : 20.x
15
+ node-caching : npm
16
+
13
17
test :
14
18
name : Test
15
19
uses : actions/reusable-workflows/.github/workflows/basic-validation.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189
20
+ with :
21
+ node-version : 20.x
22
+ node-caching : npm
Original file line number Diff line number Diff line change 79
79
- name : Set up Node.js
80
80
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
81
81
with :
82
- node-version : 18
82
+ node-version : 20
83
83
- name : Update package version
84
84
run : npm version "${{ inputs.versionNumber }}" --git-tag-version false
85
85
- name : Git push
@@ -109,9 +109,9 @@ jobs:
109
109
run : |
110
110
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
111
111
git config --global user.email "${{ env.CI_COMMIT_EMAIL }}"
112
-
112
+
113
113
git tag "${{ inputs.versionNumber }}"
114
- git tag -f "${{ needs.major-version.outputs.version }}"
114
+ git tag -f "${{ needs.major-version.outputs.version }}"
115
115
git push "https://${{ env.CI_COMMIT_AUTHOR }}:${{ secrets.TF_DEVEX_COMMIT_GITHUB_TOKEN }}@github.com/${{ github.repository }}.git" "${{ inputs.versionNumber }}"
116
116
git push "https://${{ env.CI_COMMIT_AUTHOR }}:${{ secrets.TF_DEVEX_COMMIT_GITHUB_TOKEN }}@github.com/${{ github.repository }}.git" -f "${{ needs.major-version.outputs.version }}"
117
117
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ inputs:
18
18
default : ' true'
19
19
required : false
20
20
runs :
21
- using : ' node16 '
21
+ using : ' node20 '
22
22
main : ' dist/index.js'
23
23
branding :
24
24
icon : ' terminal'
You can’t perform that action at this time.
0 commit comments