Skip to content

Commit

Permalink
chore: update node to version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
bobhageman committed Oct 9, 2023
1 parent a536014 commit 3de527e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v2
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run lint
Expand All @@ -27,10 +27,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v2
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'
- run: npm ci
- run: cd ./yivi-css && npm run clean
Expand Down

0 comments on commit 3de527e

Please sign in to comment.