Skip to content

Commit

Permalink
Update CI nodejs to 18
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Nov 17, 2023
1 parent 97deff7 commit 8d1e308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.dev_branch }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: yarn

- name: Install dependencies
Expand Down

0 comments on commit 8d1e308

Please sign in to comment.