Skip to content

Commit

Permalink
Upgrade Github Actions Nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
swissmanu committed Jul 27, 2024
1 parent 0f05b9a commit cd6f066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_call:

env:
NODE_VERSION: 18.18.0
NODE_VERSION: 20

jobs:
quality-checks:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

env:
NODE_VERSION: 18.18.0
NODE_VERSION: 20

jobs:
release-quality-checks:
Expand Down

0 comments on commit cd6f066

Please sign in to comment.