Skip to content

Commit

Permalink
upgrade to NODE 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Uchkunev committed Feb 7, 2025
1 parent c55f56b commit 320a1bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Dependency Check
on: [push, pull_request]

env:
NODE_VERSION: 18
NODE_VERSION: 20

jobs:
check-unused-dependencies:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

env:
NODE_VERSION: 18
NODE_VERSION: 20

jobs:
lint:
Expand Down

0 comments on commit 320a1bc

Please sign in to comment.