Skip to content

Commit

Permalink
chore: use node 20 for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Jun 7, 2024
1 parent 6a629f0 commit 338a6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

env:
CI: true
yarn-cache-name: yarn-cache-22
yarn-cache-name: yarn-cache-25
yarn-cache-path: .yarn

jobs:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 338a6ed

Please sign in to comment.