Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Need to update node version to get eslint and prettier updates to work.
  • Loading branch information
BarryNolte authored Apr 23, 2024
1 parent a258605 commit 97e4f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '20.x'
- name: Install dependencies
run: yarn install --frozen-lockfile
- run: COLOR=1 ./make.sh
Expand Down

0 comments on commit 97e4f0f

Please sign in to comment.