Skip to content

Commit

Permalink
Update NodeJS to 16.x (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiribenes authored Sep 23, 2024
2 parents 22ebac2 + db7146c commit e0e5c60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
JAVA_VERSION: '11'
NODE_VERSION: '12.x'
NODE_VERSION: '16.x'

jobs:
run-tests: # redux of usual CI defined in `ci.yml`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
JAVA_VERSION: '11'
NODE_VERSION: '12.x'
NODE_VERSION: '16.x'

jobs:
run-hello-world:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
JAVA_VERSION: '11'
NODE_VERSION: '12.x'
NODE_VERSION: '16.x'

jobs:
build-jar:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ play with it and give us your feedback :)

## Installation

You need to have Java (>= 11) and Node (>= 12) and npm installed.
You need to have Java (>= 11) and Node (>= 16) and npm installed.

The recommended way of installing Effekt is by running:

Expand Down

0 comments on commit e0e5c60

Please sign in to comment.