@@ -251,7 +251,7 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- run: npm install --global prettier@2.8.8
- run: npm install --global prettier@3.0.0
# Prettier thinks our fragment shaders are JS-something and complains
# about syntax errors.
- run: npx prettier --ignore-path .gitignore --write . '!**/*.frag'