Skip to content

Commit

Permalink
chore: set node 18 as default
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <[email protected]>
  • Loading branch information
pedrolamas committed Nov 2, 2022
1 parent 5f625ac commit def5b94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: 18

- name: Install deps
run: npm ci --no-optional
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: 18

- name: Install deps
run: npm ci --no-optional
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.2
18.12.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"url": "git+https://github.com/fluidd-core/fluidd.git"
},
"engines": {
"node": "^16"
"node": "^16 || ^18"
}
}

0 comments on commit def5b94

Please sign in to comment.