Skip to content

Commit

Permalink
Update Node Version
Browse files Browse the repository at this point in the history
Hoping this will fix the sudden build errors that have started popping up.
  • Loading branch information
atticuscornett authored Mar 4, 2024
1 parent 3336fb4 commit 4565048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 4565048

Please sign in to comment.