Skip to content

Commit

Permalink
lock node-js version on ci (#4606)
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi authored Jul 31, 2023
1 parent f639a67 commit 2e8a78d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
# todo put back?
node-version: [16.x, 18.16.0, 20.4.0]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down

0 comments on commit 2e8a78d

Please sign in to comment.