Skip to content

Commit

Permalink
chore: update node version (#321)
Browse files Browse the repository at this point in the history
* chore: update node version

* chore: use node 20
  • Loading branch information
tripodsan authored Jan 18, 2024
1 parent 0fcfb1c commit c15a94a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '16' #required for npm 8 or later.
node-version: '20'
- run: npm install
- run: npm run lint
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run semantic-release
Expand Down

0 comments on commit c15a94a

Please sign in to comment.