Skip to content

Commit bc7bee6

Browse files
committed
change node version for github actions
1 parent 976a546 commit bc7bee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: actions/setup-node@v1
99
with:
10-
node-version: "14"
10+
node-version: '20'
1111
- run: npm install
1212
- run: npm run format
1313
- run: npm run lint

0 commit comments

Comments
 (0)