Skip to content

Commit a7bf41e

Browse files
Try a newer Node
1 parent 64594a1 commit a7bf41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v1
2222
- uses: actions/setup-node@v2
2323
with:
24-
node-version: '14'
24+
node-version: '20'
2525
architecture: ${{ matrix.node_arch }}
2626
- name: Install windows-build-tools
2727
if: ${{ matrix.os == 'windows-latest' }}

0 commit comments

Comments
 (0)