Skip to content

Commit

Permalink
updating node version for GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljolley committed Jun 15, 2024
1 parent 9df040a commit 81c6095
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- name: Cache npm dependencies
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- name: Cache npm dependencies
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- name: Cache npm dependencies
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 81c6095

Please sign in to comment.