Skip to content

Commit

Permalink
Merge pull request #500 from ValiMail/feature/ADK-7264-Upgrade-nodejs…
Browse files Browse the repository at this point in the history
…-to-ver-18

[ADK-7264] Upgrade NodeJS to ver 18
  • Loading branch information
titanve committed Oct 31, 2023
2 parents 4cd9078 + 1ad45de commit 9de9f5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valimail/i18n-webpack-plugin",
"version": "2.0.0",
"version": "2.0.1",
"author": "Matt Schneider",
"description": "Rewrite original embed localization into your bundle with support webpack 5",
"main": "dist/cjs.js",
Expand Down Expand Up @@ -68,7 +68,7 @@
]
},
"engines": {
"node": "16.x"
"node": "18.x"
},
"homepage": "https://webpack.js.org",
"repository": {
Expand Down

0 comments on commit 9de9f5a

Please sign in to comment.