Skip to content

Commit

Permalink
Update NPM dependencies (#332)
Browse files Browse the repository at this point in the history
* Update NPM dependencies

* Update to Node 18
  • Loading branch information
willeastcott authored Oct 12, 2023
1 parent 53ad439 commit 0fc4771
Show file tree
Hide file tree
Showing 3 changed files with 891 additions and 706 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js 16.x
- name: Setup Node.js 18.x
uses: actions/[email protected]
with:
node-version: 16.x
node-version: 18.x
- name: Install dependencies
run: npm ci
- name: Build PCUI
Expand Down Expand Up @@ -45,10 +45,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js 16.x
- name: Setup Node.js 18.x
uses: actions/[email protected]
with:
node-version: 16.x
node-version: 18.x
- name: Install dependencies
run: npm ci
- name: Run ESLint
Expand All @@ -60,10 +60,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js 16.x
- name: Setup Node.js 18.x
uses: actions/[email protected]
with:
node-version: 16.x
node-version: 18.x
- name: Install dependencies
run: npm ci
- name: Run Stylelint
Expand Down
Loading

0 comments on commit 0fc4771

Please sign in to comment.