Skip to content

Commit c22e3b9

Browse files
committed
Revert "Release 0.0.10"
This reverts commit 1a23cbf.
1 parent eba1e02 commit c22e3b9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/ci.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
- name: Set up node
1414
uses: actions/setup-node@v3
15+
with:
16+
node-version: 20
1517

1618
- name: Compile
1719
run: yarn && yarn build
@@ -25,9 +27,13 @@ jobs:
2527

2628
- name: Set up node
2729
uses: actions/setup-node@v3
30+
with:
31+
node-version: 20
2832

29-
- name: Compile
30-
run: yarn && yarn test
33+
- name: Run tests
34+
run: yarn && yarn test
35+
env:
36+
FILEFORGE_API_KEY: ${{ secrets.FILEFORGE_API_KEY }}
3137

3238
publish:
3339
needs: [ compile, test ]
@@ -40,6 +46,8 @@ jobs:
4046

4147
- name: Set up node
4248
uses: actions/setup-node@v3
49+
with:
50+
node-version: 20
4351

4452
- name: Install dependencies
4553
run: yarn install

0 commit comments

Comments
 (0)