We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6618b3b commit 77464ccCopy full SHA for 77464cc
.github/workflows/master.yml
@@ -17,10 +17,6 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@master
20
- - name: Install latest Yarn
21
- run: npm install -g yarn
22
- - name: Print Yarn version
23
- run: yarn --version
24
- name: Use Node.js ${{ env.NODE_VERSION }}
25
uses: actions/setup-node@v1
26
with:
package.json
@@ -4,7 +4,7 @@
4
"description": "Partio-ohjelmasovelluksen backend",
5
"main": "index.js",
6
"engines": {
7
- "node": "18.x"
+ "node": "18.x || 14.x"
8
},
9
"scripts": {
10
"start": "node dist/index.js",
0 commit comments