Skip to content

Commit

Permalink
⬆️ Upgrade to Node 20
Browse files Browse the repository at this point in the history
Upgrading Node to support Sentry 7 which allows
the user feedback dialog.
  • Loading branch information
homostellaris committed Feb 11, 2024
1 parent fba9feb commit 4d03a81
Show file tree
Hide file tree
Showing 7 changed files with 233 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/gallium
lts/iron
13 changes: 13 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { defineConfig } from 'cypress'
import plugins from './cypress/plugins/index.cjs'

export default defineConfig({
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return plugins(on, config)
},
baseUrl: 'http://localhost:6602',
},
})
4 changes: 0 additions & 4 deletions cypress.json

This file was deleted.

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 4d03a81

Please sign in to comment.