Skip to content

Commit

Permalink
ci: increase node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Dec 1, 2023
1 parent 4c43c82 commit 3c486f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildChaosBlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install Dependencies
run: |
cd chaos-days
npm config set legacy-peer-deps
npm install --force
npm install
- name: Build
run: |
cd chaos-days
Expand Down

0 comments on commit 3c486f2

Please sign in to comment.