Skip to content

Commit

Permalink
Update Gathering to Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Dec 1, 2023
1 parent 28646f0 commit 757875c
Show file tree
Hide file tree
Showing 3 changed files with 2,181 additions and 672 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-gathering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: npm
cache-dependency-path: gathering/package-lock.json
- name: Install Dependencies
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: npm
cache-dependency-path: gathering/package-lock.json
- name: Install Dependencies
Expand Down
Loading

0 comments on commit 757875c

Please sign in to comment.