Skip to content

Commit

Permalink
ci: update NODE_VERSION to 18 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz authored Jul 19, 2023
1 parent 51a7801 commit fba5254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
workflow_dispatch:

env:
NODE_VERSION: 16
NODE_VERSION: 18
JAVA_VERSION: 17

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
concurrency: ${{ github.workflow }}-${{ github.ref }}

env:
NODE_VERSION: 16
NODE_VERSION: 18

jobs:
release:
Expand Down

0 comments on commit fba5254

Please sign in to comment.