Skip to content

Commit

Permalink
feat(ci/cd): bump node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal committed Feb 14, 2024
1 parent 226b44d commit b18c1fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

env:
PROJECT_ID: libs
NODE_VERSION: 16
NODE_VERSION: 20
# other
GITHUB_TOKEN: ${{ secrets.READ_PACKAGE_TOKEN }}
NODE_ENV: 'pipeline'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types:
- labeled
env:
NODE_VERSION: 16
NODE_VERSION: 20
jobs:
patch-bump:
if: github.event.label.name == 'pr-version-patch'
Expand Down

0 comments on commit b18c1fa

Please sign in to comment.