Skip to content

Commit

Permalink
Add node 14 option to engine (#83)
Browse files Browse the repository at this point in the history
* Add ignore engines to yarn install

* Removed ignore-engines and added node 14 to engine
  • Loading branch information
paularintaharri committed Apr 19, 2024
1 parent 6618b3b commit 77464cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install latest Yarn
run: npm install -g yarn
- name: Print Yarn version
run: yarn --version
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Partio-ohjelmasovelluksen backend",
"main": "index.js",
"engines": {
"node": "18.x"
"node": "18.x || 14.x"
},
"scripts": {
"start": "node dist/index.js",
Expand Down

0 comments on commit 77464cc

Please sign in to comment.