Skip to content

Commit ffb4a8d

Browse files
Merge pull request #77 from agendrix/fix-tests-workflow
Fix tests by using node LTS version
2 parents 73bd618 + c156271 commit ffb4a8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14+
15+
- uses: actions/setup-node@v3
16+
with:
17+
node-version: '16'
18+
cache: 'yarn'
19+
1420
- run: |
1521
yarn
1622
- run: |

0 commit comments

Comments
 (0)