We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23401c commit 75d4b5bCopy full SHA for 75d4b5b
.github/workflows/ci.yml
@@ -12,6 +12,8 @@ jobs:
12
13
- name: Set up node
14
uses: actions/setup-node@v3
15
+ with:
16
+ node-version: "22"
17
18
- name: Compile
19
run: yarn && yarn build
@@ -25,6 +27,8 @@ jobs:
25
27
26
28
29
30
31
32
33
34
run: yarn && yarn test
@@ -42,6 +46,8 @@ jobs:
42
46
uses: actions/checkout@v3
43
47
44
48
49
50
45
51
- name: Install dependencies
52
run: yarn install
53
- name: Build
.gitignore
@@ -1,3 +1,4 @@
1
node_modules
2
.DS_Store
3
-/dist
+/dist
4
+.env
0 commit comments