Skip to content

Commit 744e245

Browse files
committed
ci: update action versions
1 parent 850e842 commit 744e245

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
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 }}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1313
Then, create or modify your `.eslintrc.js` file to extend this config:

0 commit comments

Comments
 (0)