Skip to content

Commit

Permalink
ci: update release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ardalan Amini <ardalanamini22@gmail.com>
  • Loading branch information
ardalanamini committed Sep 16, 2023
1 parent c1499eb commit 0060ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+*'

env:
NODE_VERSION: 16
NODE_VERSION: 20

jobs:
test:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
registry-url: https://npm.pkg.github.com/
scope: '@ardalanamini'

- run: sed -i 's/"name":\ "eslint-config-noir"/"name":\ "@ardalanamini\/eslint-config-noir"/g' package.json package-lock.json
- run: sed -i 's/"name":\ "eslint-config-noir"/"name":\ "@ardalanamini\/eslint-config-noir"/g' package.json

- name: Install dependencies
run: pnpm i
Expand Down

0 comments on commit 0060ae2

Please sign in to comment.