Skip to content

Commit

Permalink
upgrade to nodejs 18.18.2 (#101)
Browse files Browse the repository at this point in the history
Upgrade to nodejs 18+.  Closes #83
  • Loading branch information
shannonwells authored Nov 17, 2023
1 parent c07e7e8 commit bda4e3f
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16.15.1'
node-version: '18.18.2'

- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16.15.1'
node-version: '18.18.2'
registry-url: 'https://registry.npmjs.org'

- uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16.15.1'
node-version: '18.18.2'
registry-url: 'https://registry.npmjs.org'

- uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.15.1
nodejs 18.18.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This is a forked repository with code from various sources:
- Secondary source [ZJONSSON](https://github.com/ZJONSSON/parquetjs) [npm: parquetjs-lite](https://www.npmjs.com/package/parquetjs-lite)

## Installation
_parquet.js requires node.js >= 14.16.0_
_parquet.js requires node.js >= 18.18.2_

```
$ npm install @dsnp/parquetjs
Expand Down
76 changes: 36 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@
"xxhash-wasm": "^1.0.2"
},
"devDependencies": {
"@types/bson": "^4.2.0",
"@types/chai": "^4.3.5",
"@types/json-schema": "^7.0.11",
"@types/mocha": "^10.0.1",
"@types/node": "^16.18.32",
"@types/node": "^18.18.2",
"@types/sinon": "^10.0.15",
"@types/varint": "^6.0.1",
"assert": "^2.0.0",
Expand Down Expand Up @@ -80,7 +79,7 @@
"zlib": "browserify-zlib"
},
"engines": {
"node": ">=16.15.1"
"node": ">=18.18.2"
},
"files": [
"dist/**/*",
Expand Down

0 comments on commit bda4e3f

Please sign in to comment.