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 dba0cf3 commit a18ba88Copy full SHA for a18ba88
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v5
13
- uses: actions/setup-node@v5
14
with:
15
- node-version: 16
+ node-version: lts/-1
16
cache: npm
17
- run: npm install
18
- run: npm test
0 commit comments