Skip to content

Commit fedbb2f

Browse files
committed
fixed actions
1 parent 961698f commit fedbb2f

File tree

2 files changed

+2383
-1700
lines changed

2 files changed

+2383
-1700
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}
66

77
runs-on: ${{ matrix.os }}
8-
timeout-minutes: 20
8+
timeout-minutes: 10
99

1010
strategy:
1111
matrix:
12-
node: ['16.x', '14.x']
12+
node: ['18.x']
1313
os: [ubuntu-latest, macOS-latest]
1414

1515
steps:
@@ -22,8 +22,7 @@ jobs:
2222
node-version: ${{ matrix.node }}
2323

2424
- name: Install deps and build (with cache)
25-
if: ${{ !env.ACT }}
26-
uses: bahmutov/npm-install@v1
25+
run: npm install
2726

2827
- name: Test
2928
run: yarn test

0 commit comments

Comments
 (0)