Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
ci: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Oct 25, 2023
1 parent 03e9245 commit b18c6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache-nx-${{ hashFiles('yarn.lock') }}-
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: yarn
- run: yarn install --inline-builds
env:
Expand Down

0 comments on commit b18c6e8

Please sign in to comment.