Skip to content

Commit

Permalink
Merge pull request #601 from ValiMail/feature/ADK-8283-Bump-nodejs-ver
Browse files Browse the repository at this point in the history
[ADK-8283] Bump nodejs version
  • Loading branch information
titanve authored Nov 12, 2024
2 parents c4b845c + cecf4ed commit 21421d8
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: [18.x]
node-version: [20.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.1",
"version": "2.0.2",
"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": "18.x"
"node": "20.x"
},
"homepage": "https://webpack.js.org",
"repository": {
Expand Down

0 comments on commit 21421d8

Please sign in to comment.