Skip to content

Commit 47c1e57

Browse files
committed
fix 14
1 parent 103955f commit 47c1e57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
strategy:
3737
matrix:
38-
node: ['14', '18']
38+
node: ['18']
3939

4040
steps:
4141
- uses: actions/checkout@v1
@@ -45,7 +45,7 @@ jobs:
4545
- name: install yarn
4646
run: npm install -g yarn
4747
- name: install dependencies
48-
run: yarn install --ignore-engines --frozen-lockfile
48+
run: yarn install --frozen-lockfile
4949
- name: test
5050
run: yarn test
5151

@@ -61,6 +61,6 @@ jobs:
6161
- name: install yarn
6262
run: npm install -g yarn
6363
- name: install dependencies
64-
run: yarn install --ignore-engines --no-lockfile
64+
run: yarn install --no-lockfile
6565
- name: test
6666
run: yarn test

0 commit comments

Comments
 (0)