Skip to content

Commit

Permalink
Updated node version requirement (#189)
Browse files Browse the repository at this point in the history
Changes:
- updated readme node version requirement to be 14
- updated github test action to run tests with node version 14
  • Loading branch information
SanttuA authored Mar 15, 2022
1 parent 79ab7d0 commit 9975b3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/varaamo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x]
node-version: [14.x]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ User interface for the City of Turku [varaamo.turku.fi](https://varaamo.turku.fi
Recommended requirements
------------

- [node](http://nodejs.org/) `>=8.15.1` | Suggestion: `10.15.1`
- [npm](https://www.npmjs.com/) `>=6.4.1` | Suggestion: `6.4.1`
- [node](http://nodejs.org/) `>=14.19` | Suggestion: `14.19.0`
- [npm](https://www.npmjs.com/) `>=6.14` | Suggestion: `6.14.16`
- [yarn](https://yarnpkg.com/) Optional, if `yarn` is not included as part of your current node version. `npm` can be used.

Architecture
Expand Down

0 comments on commit 9975b3b

Please sign in to comment.