Skip to content

Commit f8dfab9

Browse files
committed
📝update action version, add disclaimer about replacing @zeit/ncc
1 parent 50986bb commit f8dfab9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Node Environment
4141
uses: actions/setup-node@v2
4242
with:
43-
node-version: '20'
43+
node-version: '12'
4444
- name: Update the README
4545
uses: SpiderMath/Random-Quote-Action@main
4646
env:
@@ -83,5 +83,7 @@ To avoid having to keep rewriting this command again and again, I've added the `
8383
npm run build
8484
```
8585

86+
> As of v1.2.0, we are using [`@vercel/ncc`](https://npmjs.com/package/@vercel/ncc) instead of [`@zeit/ncc`](https://npmjs.com/package/@zeit/ncc) due to the deprecation of the latter.
87+
8688
## Signing off
8789
And that's pretty much it! Just run the action, and you'll see a random quote being shipped in every 30 minutes or the timeout you've set! Hope it proved useful, enjoy! 😁

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "random-programming-quote-action",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Random Quote on Readme I think, am not sure",
55
"main": "./Source/Action.js",
66
"repository": {

0 commit comments

Comments
 (0)