Skip to content

Commit bb68211

Browse files
authored
ci: bump Node to v17 (#305)
1 parent 6ff45ce commit bb68211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js environment
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '16'
19+
node-version: '17'
2020
cache: 'yarn'
2121

2222
- name: Install dependencies

0 commit comments

Comments
 (0)