We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd43c9f commit c5117d4Copy full SHA for c5117d4
1 file changed
.github/workflows/conformance-test.yaml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-node@v4
17
with:
18
- node-version: 14
+ node-version: 18
19
- run: node --version
20
- run: cd handwritten/storage && npm install
21
- run: cd handwritten/storage && npm run conformance-test
0 commit comments