Skip to content

Commit

Permalink
EDSC-3826: Update edsc-echoforms to use Node 18 (#124)
Browse files Browse the repository at this point in the history
* EDSC-3826: Update edsc-echoforms to use Node 18
  • Loading branch information
eudoroolivares2016 authored Aug 8, 2023
1 parent aa69ba9 commit f2e6004
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: CI

on:
push:
branches: [ main ]
branches: [main]
pull_request: {}

jobs:
eslint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['lts/gallium']
node-version: ['lts/hydrogen']
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['lts/gallium']
node-version: ['lts/hydrogen']
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ cypress/screenshots
cypress/videos
.nyc_output
dist
.vscode

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/gallium
lts/hydrogen
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Earthdata Search Components: ECHO Forms",
"description": "A React component implementation of the ECHO Forms specification.",
"main": "dist/index.js",
"version": "1.1.15",
"version": "1.1.16",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --config example/webpack.config.js --mode development",
Expand Down

0 comments on commit f2e6004

Please sign in to comment.