Skip to content

Commit

Permalink
Use latest 20.x
Browse files Browse the repository at this point in the history
fixes #975

Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Feb 22, 2024
1 parent 14a38b6 commit 1deccdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18.15.x
node-version: 20.x
cache: npm

- name: Run Tests (macOS, windows)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18.15.x
node-version: 20.x
cache: npm

- name: Run Tests (macOS, windows)
Expand Down

0 comments on commit 1deccdb

Please sign in to comment.