Skip to content

Commit

Permalink
Merge pull request #9 from michaeljolley/pkg-update
Browse files Browse the repository at this point in the history
updating node version for GH action
  • Loading branch information
michaeljolley authored Jun 15, 2024
2 parents 0545c99 + 81c6095 commit a17474c
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 a17474c

Please sign in to comment.