Skip to content

Commit

Permalink
Update to Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Oct 10, 2023
1 parent 9216179 commit 1afce1c
Showing 1 changed file with 6 additions and 6 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

0 comments on commit 1afce1c

Please sign in to comment.