File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
version :
5
5
description : " npm package version"
6
6
runs :
7
- using : " node12 "
7
+ using : " node16 "
8
8
main : " index.js"
Original file line number Diff line number Diff line change @@ -108,7 +108,11 @@ jobs:
108
108
- name : Comment version on PR
109
109
uses : NejcZdovc/comment-pr@v1
110
110
with :
111
- message : " 🎉 Experimental release [published on npm](https://www.npmjs.com/package/next-auth/v/${{ env.VERSION }})!\n\n ```sh\n npm i next-auth@${{ env.VERSION }}\n ```\n ```sh\n yarn add next-auth@${{ env.VERSION }}\n ```"
111
+ message :
112
+ " 🎉 Experimental release [published 📦️ on npm](https://npmjs.com/package/next-auth/v/${{ env.VERSION }})! \
113
+ ```sh\n pnpm add next-auth@${{ env.VERSION }}\n ``` \
114
+ ```sh\n yarn add next-auth@${{ env.VERSION }}\n ``` \
115
+ ```sh\n npm i next-auth@${{ env.VERSION }}\n ```"
112
116
env :
113
117
VERSION : ${{ steps.determine-version.outputs.version }}
114
118
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments