Skip to content

Commit

Permalink
Update ci.yml to use node-version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM authored Nov 17, 2023
1 parent 99fb3ce commit 18689af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: 18
- name: Cache Node.js modules
uses: actions/cache@v2
with:
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: 18
- name: Cache Node.js modules
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 18689af

Please sign in to comment.