Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 087c23c

Browse files
authored
chore: drop support for Node 16 (#159)
1 parent 6b9e6bf commit 087c23c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [16.x, 18.x]
16+
node-version: [18.x, 20.x]
1717
fail-fast: false
1818
steps:
1919
- name: Harden Runner

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ NodeSecure runtime configuration.
2121

2222
## Requirements
2323

24-
- [Node.js](https://nodejs.org/en/) v16 or higher
24+
- [Node.js](https://nodejs.org/en/) v18 or higher
2525

2626
## Getting Started
2727

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"types": "./dist/index.d.ts",
88
"engines": {
9-
"node": ">=16"
9+
"node": ">=18"
1010
},
1111
"scripts": {
1212
"build": "tsc",

0 commit comments

Comments
 (0)