Skip to content

Commit

Permalink
Updates node version on CI (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
grunch authored Apr 19, 2024
1 parent 801b729 commit 439d043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- run: |
npm ci
npm run lint
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- name: Update apt and install required packages
run: |
sudo apt update
Expand Down

0 comments on commit 439d043

Please sign in to comment.