Skip to content

Commit

Permalink
chore(update): udpate to use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Umaaz committed Nov 28, 2024
1 parent 8760c33 commit f3e323f
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 @@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable --prefer-offline
Expand Down

0 comments on commit f3e323f

Please sign in to comment.