Skip to content

Commit

Permalink
Support Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu committed Sep 20, 2023
1 parent fd497fb commit 1879bd3
Show file tree
Hide file tree
Showing 4 changed files with 573 additions and 305 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/detect-breaking-changes.yml
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-file: '.nvmrc'
- name: Install dependencies
run: yarn install
- name: Build plugin
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@grafana/data": "9.3.2",
"@grafana/e2e": "9.3.2",
"@grafana/e2e-selectors": "9.3.2",
"@grafana/eslint-config": "^2.5.0",
"@grafana/eslint-config": "^6.0.1",
"@grafana/runtime": "9.3.2",
"@grafana/tsconfig": "^1.2.0-rc1",
"@grafana/ui": "9.3.2",
Expand All @@ -54,7 +54,7 @@
"cypress": "7.7.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsdoc": "^37.7.0",
"eslint-plugin-jsdoc": "^46.7.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
Expand Down
Loading

0 comments on commit 1879bd3

Please sign in to comment.