Skip to content

Commit 022221a

Browse files
committed
chore: Updating the supported Node versions
1 parent 8a1abd7 commit 022221a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
1+
# This workflow will do a clean installation of node dependencies, build the source code and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

44
name: Node.js CI
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x]
19+
node-version: [20.x, 22.x, 24.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"url": "https://github.com/Staffbase/plugins-sdk-nodejs"
3030
},
3131
"engines": {
32-
"node": ">=14.0.0"
32+
"node": ">=20.0.0"
3333
},
3434
"author": "Hassaan Zaidi <hassaan@staffbase.com>",
3535
"license": "ISC",

0 commit comments

Comments
 (0)