Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update node version to 18 #202

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Setup node version
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
registry-url: "https://registry.npmjs.org"
cache: "npm"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- name: Install dependencies
run: yarn install
- name: Build plugin
Expand Down
2 changes: 1 addition & 1 deletion examples/app-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-with-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-with-dashboards/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '14.x'
node-version: '18.x'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- name: Install dependencies
run: yarn install
- name: Build plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '14.x'
node-version: '18.x'

- name: Setup Go environment
uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion examples/app-with-dashboards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-with-extension-point/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-with-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-with-on-behalf-of-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-with-scenes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/datasource-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"rxjs": "7.3.0"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/datasource-http-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/datasource-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/panel-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/panel-datalinks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/panel-flot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/panel-frame-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/panel-plotly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/panel-scatterplot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/panel-visx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
Loading