We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f24016 commit 58d9599Copy full SHA for 58d9599
.github/workflows/ci.yml
@@ -44,6 +44,7 @@ jobs:
44
- name: Setup Node
45
uses: actions/setup-node@v4
46
with:
47
+ check-latest: true
48
node-version: lts/*
49
50
- name: Install dependencies
@@ -66,6 +67,7 @@ jobs:
66
67
68
69
70
71
72
73
@@ -94,6 +96,7 @@ jobs:
94
96
- name: Setup Node ${{ matrix.node-version }}
95
97
98
99
100
node-version: ${{ matrix.node-version }}
101
102
@@ -116,6 +119,7 @@ jobs:
116
119
117
120
118
121
122
123
124
125
0 commit comments