Skip to content

Commit

Permalink
fix: update node version for test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nado1001 committed Sep 23, 2024
1 parent 272a937 commit 46a1a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup NodeJs
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.1.x'
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Run Type Check
Expand Down

0 comments on commit 46a1a97

Please sign in to comment.