Skip to content

Commit a4b5be7

Browse files
committed
Use newer node
1 parent 0e6a726 commit a4b5be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: setup minimum version Node.js
1212
uses: actions/setup-node@v1
1313
with:
14-
node-version: '13.x'
14+
node-version: '20.x'
1515
- uses: actions/checkout@v1
1616
- run: npm install
1717
- run: make lint

0 commit comments

Comments
 (0)