File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 token : ${{ secrets.GH_TOKEN }}
3030 - uses : actions/setup-node@v3
3131 with :
32+ node-version : 20
3233 cache : npm
3334 - run : npm ci
34- - uses : cycjimmy/semantic-release-action@v3
35+ - uses : cycjimmy/semantic-release-action@v4
3536 env :
3637 GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
3738 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ A set of ESLint configuration and rules for use in Stacks projects.
55## Installation
66
77``` bash
8- yarn add --dev eslint @stacks/eslint-config
9- # or, with npm
10- npm install --save- dev eslint @stacks/eslint-config
8+ npm install --save- dev @stacks/eslint-config
9+ # or, with yarn
10+ yarn add --dev @stacks/eslint-config
1111```
1212
1313Then, create or modify your ` .eslintrc.js ` file to extend this config:
You can’t perform that action at this time.
0 commit comments