Skip to content

Commit 14f64f9

Browse files
ci: switch to node-version lts
1 parent eda2e61 commit 14f64f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: '18.x'
16+
node-version: 'lts/*'
1717

1818
- name: Setup Yarn
1919
run: yarn set version 3.2.0

0 commit comments

Comments
 (0)