Skip to content

Commit

Permalink
ci: Workaround for broken node 18.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slavek-kucera authored Oct 2, 2023
1 parent 910d334 commit cfdb538
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ jobs:
run:
working-directory: ${{ env.CLIENT_DIR }}
steps:
- uses: actions/setup-node@v3
with:
node-version: 18.17.1
- uses: actions/checkout@v3
- name: Download native language server
uses: actions/download-artifact@v3
Expand Down

0 comments on commit cfdb538

Please sign in to comment.