Skip to content

Commit a1b7758

Browse files
committed
Install Node 18 in the GitHub workflows
1 parent ca28051 commit a1b7758

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
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/[email protected]
1818
with:
19-
node-version: 16
19+
node-version: 18
2020

2121
- run: yarn install
2222

0 commit comments

Comments
 (0)