Skip to content

Commit

Permalink
Try to bump Node version to 20 to fix build problem on GH.
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Viénot <[email protected]>
  • Loading branch information
svienot committed Oct 19, 2023
1 parent f3c02a6 commit 5ef8def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Use Node.js TLS 18
- name: Use Node.js v20
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 5ef8def

Please sign in to comment.