Skip to content

Commit 77464cc

Browse files
Add node 14 option to engine (#83)
* Add ignore engines to yarn install * Removed ignore-engines and added node 14 to engine
1 parent 6618b3b commit 77464cc

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/master.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@master
20-
- name: Install latest Yarn
21-
run: npm install -g yarn
22-
- name: Print Yarn version
23-
run: yarn --version
2420
- name: Use Node.js ${{ env.NODE_VERSION }}
2521
uses: actions/setup-node@v1
2622
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Partio-ohjelmasovelluksen backend",
55
"main": "index.js",
66
"engines": {
7-
"node": "18.x"
7+
"node": "18.x || 14.x"
88
},
99
"scripts": {
1010
"start": "node dist/index.js",

0 commit comments

Comments
 (0)