Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

NPM 9 upgrade #345

Merged
merged 13 commits into from
Apr 9, 2024
Merged
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 .eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---
parser: babel-eslint
parser: "@babel/eslint-parser"
extends: "@cerner/terra"
settings:
polyfills:
Expand Down
8 changes: 7 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ runs:
uses: actions/setup-node@v3
with:
node-version: 14.x
- name: Setup NPM v9
shell: bash
run: npm install -g npm@9
- name: Check Node & NPM versions
shell: bash
run: node -v && npm -v
- name: Clean Environment
shell: bash
run: npm run clean
- name: Install Dependencies
shell: bash
run: npm install
run: npm ci
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
package-lock=true
legacy-peer-deps=true
legacy-peer-deps=false
Loading
Loading