Skip to content

Commit

Permalink
Met aussi à jour la version de NodeJS dans GitHub Actions
Browse files Browse the repository at this point in the history
Pour faire suite à 155e700
  • Loading branch information
philippemilink committed Mar 25, 2022
1 parent 326a0dd commit 2774cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: ["push", "pull_request"]

env:
NODE_VERSION: "12"
NODE_VERSION: "16" # needs to be also updated in .nvmrc
PYTHON_VERSION: "3.7"
MARIADB_VERSION: "10.4.10"
COVERALLS_VERSION: "2.2.0"
Expand Down

0 comments on commit 2774cec

Please sign in to comment.