Skip to content

Commit d9145c0

Browse files
authored
Update Node.js version from 16 to 18
1 parent 31be438 commit d9145c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: '16'
20+
node-version: '18'
2121

2222
- name: Cache pnpm modules
2323
uses: actions/cache@v3

0 commit comments

Comments
 (0)