Skip to content

Commit

Permalink
Update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Jun 28, 2024
1 parent 91959db commit af1f1a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/turing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ jobs:
- name: Install system dependencies
run: sudo apt-get install --no-install-recommends gcc make libpng-dev

- name: Set up Node 16.x
- name: Set up Node 20.x
uses: actions/setup-node@v1
with:
node-version: "16.x"
node-version: "20.x"

- name: Cache Dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit af1f1a8

Please sign in to comment.