Skip to content

Commit

Permalink
chore: Bump engine to node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Apr 23, 2023
1 parent 1f624db commit de8935c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual_build.yml
Expand Up @@ -12,9 +12,9 @@
[
{ 'uses': 'actions/checkout@v3' },
{
'name': 'Use Node.js 16.x',
'name': 'Use Node.js 18.x',
'uses': 'actions/setup-node@v3',
'with': { 'node-version': '16.x' },
'with': { 'node-version': '18.x' },
},
{ 'name': 'Install', 'run': 'npm ci' },
{
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly_build.yml
Expand Up @@ -24,9 +24,9 @@
}
},
{
'name': 'Use Node.js 16.x',
'name': 'Use Node.js 18.x',
'uses': 'actions/setup-node@v3',
'with': { 'node-version': '16.x' },
'with': { 'node-version': '18.x' },
},
{ 'name': 'Install', 'run': 'npm ci' },
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -6,7 +6,7 @@
'build':
{
'runs-on': 'ubuntu-latest',
'strategy': { 'matrix': { 'node-version': ['16.x'] } },
'strategy': { 'matrix': { 'node-version': ['18.x'] } },
'steps':
[
{ 'uses': 'actions/checkout@v3' },
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -6,7 +6,7 @@
'publish-release':
{
'runs-on': 'ubuntu-latest',
'strategy': { 'matrix': { 'node-version': ['16.x'] } },
'strategy': { 'matrix': { 'node-version': ['18.x'] } },
'steps':
[
{ 'uses': 'actions/checkout@v3' },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Self-contained control webinterface for vacuum robots",
"license": "Apache-2.0",
"engines": {
"node": ">=16"
"node": ">=18"
},
"author": "",
"workspaces": [
Expand Down

0 comments on commit de8935c

Please sign in to comment.