Skip to content

Commit

Permalink
⬆️ Update node version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisDmitry committed Jan 22, 2024
1 parent 961e3d3 commit 2bac64f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-versions: 19
node-versions: 20
- run: yarn
- run: yarn lint
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 19
node-version: 20
registry-url: 'https://registry.npmjs.org'
- run: yarn
- run: yarn publish
Expand Down

0 comments on commit 2bac64f

Please sign in to comment.