Skip to content

Commit

Permalink
Update github CI node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
rottabonus committed Oct 11, 2023
1 parent 169cb66 commit c38495e
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 @@ -10,7 +10,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- name: Install dependencies
run: npm install
- name: Copy config template
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- name: Install dependencies
run: npm install
- name: Copy config template
Expand Down

0 comments on commit c38495e

Please sign in to comment.