Skip to content

Commit

Permalink
Merge pull request #965 from finos/update-to-node-18
Browse files Browse the repository at this point in the history
Updating project to node 18
  • Loading branch information
kriswest authored Apr 24, 2023
2 parents 1286d98 + 4b50d2b commit cb32e60
Show file tree
Hide file tree
Showing 8 changed files with 4,712 additions and 16,112 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [16.17.x]
node: [18.16.x]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Configure Node
uses: actions/setup-node@v1
with:
node-version: 16.17.x
node-version: 18.16.x
registry-url: ${{ matrix.registry }}

- name: Check package version
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.16.*
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.16.*
15,596 changes: 4,168 additions & 11,428 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/fdc3",
"version": "2.0.0",
"version": "2.0.1",
"author": "Fintech Open Source Foundation (FINOS)",
"homepage": "https://fdc3.finos.org",
"repository": {
Expand All @@ -18,9 +18,6 @@
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
Expand Down
5,215 changes: 537 additions & 4,678 deletions toolbox/fdc3-workbench/package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions website/.node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.16.*
1 change: 1 addition & 0 deletions website/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.16.*

0 comments on commit cb32e60

Please sign in to comment.