Skip to content

Commit

Permalink
dx: use node 16.17.x in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Feb 17, 2023
1 parent 56db295 commit 073ac24
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2021-2022 The Manyverse Authors
# SPDX-FileCopyrightText: 2021-2023 The Manyverse Authors
#
# SPDX-License-Identifier: Unlicense

Expand All @@ -18,7 +18,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.17.x

- name: Setup node-gyp
run: npm install -g node-gyp
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.17.x

- name: Setup node-gyp
run: npm install -g node-gyp
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.17.x

- name: npm install
run: npm install
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-force.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022 The Manyverse Authors
# SPDX-FileCopyrightText: 2022-2023 The Manyverse Authors
#
# SPDX-License-Identifier: Unlicense

Expand All @@ -18,7 +18,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.17.x

- name: Setup node-gyp
run: npm install -g node-gyp
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.17.x

- name: Setup node-gyp
run: npm install -g node-gyp
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.17.x

- name: npm install
run: npm install
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2021-2022 The Manyverse Authors
# SPDX-FileCopyrightText: 2021-2023 The Manyverse Authors
#
# SPDX-License-Identifier: Unlicense

Expand All @@ -21,7 +21,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.17.x

- name: Setup node-gyp
run: npm install -g node-gyp
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.17.x

- name: Setup node-gyp
run: npm install -g node-gyp
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.17.x

- name: npm install
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2021-2022 The Manyverse Authors
# SPDX-FileCopyrightText: 2021-2023 The Manyverse Authors
#
# SPDX-License-Identifier: Unlicense

Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.17.x

- name: npm install
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022 The Manyverse Authors
# SPDX-FileCopyrightText: 2022-2023 The Manyverse Authors
#
# SPDX-License-Identifier: Unlicense

Expand All @@ -11,7 +11,7 @@ license check:

typescript compiles:
image:
name: node:14
name: node:16
cache:
paths:
- node_modules/
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
"release-desktop-macos": "npm run build-desktop && npm run clean-desktop-prebuilds && npm run build-desktop-release-macos",
"release-desktop-win": "npm run build-desktop && npm run clean-desktop-prebuilds && npm run build-desktop-release-win"
},
"engines": {
"node": "16.17.x",
"npm": "8.x"
},
"dependencies": {
"@cycle/http": "15.4.0",
"@cycle/isolate": "5.2.0",
Expand Down

0 comments on commit 073ac24

Please sign in to comment.