Skip to content

Commit

Permalink
bump node version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
osovv committed Jan 9, 2024
1 parent aeefff8 commit 74c2c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.16.0
- name: Use Node.js 18.17.0
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 18.17.0
cache: 'yarn'
- name: Install dependencies
run: |
Expand Down

0 comments on commit 74c2c6f

Please sign in to comment.