Skip to content

Commit

Permalink
Merge pull request #284 from csandman/fix/patch-react-select
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman authored Oct 4, 2023
2 parents 34c7dda + 8337ea2 commit 654a643
Show file tree
Hide file tree
Showing 5 changed files with 1,266 additions and 1,728 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
cache: "npm"

- name: Install Dependencies
run: npm install
run: npm ci

- name: Build package
run: npm run build --if-present
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
node-version: 16
cache: "npm"

- name: Install Dependencies
Expand Down
Loading

0 comments on commit 654a643

Please sign in to comment.