We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d8bce commit bf534bbCopy full SHA for bf534bb
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Use Node.js LTS
19
uses: actions/setup-node@v1
20
with:
21
- node-version: '16.x'
+ node-version: '18.x'
22
- uses: bahmutov/npm-install@v1
23
- name: Build
24
run: make build
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
- name: Prepare env
45
run: cp -n ./packages/demo/.env.local-example ./packages/demo/.env
0 commit comments