Skip to content

Commit a4a8a6a

Browse files
authored
Update tests-pr.yaml (#77)
1 parent b969373 commit a4a8a6a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/tests-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
# node-version: [14.x, 16.x, 18.x]
22-
node-version: [20]
22+
node-version: [22]
2323
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2424

2525
steps:
@@ -52,4 +52,4 @@ jobs:
5252
run: |
5353
yarn install
5454
yarn build
55-
npx gscan . --verbose
55+
npx gscan . --verbose

.github/workflows/tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
# node-version: [14.x, 16.x, 18.x]
22-
node-version: [20]
22+
node-version: [22]
2323
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2424

2525
steps:
@@ -41,7 +41,6 @@ jobs:
4141

4242
- name: Install and test with ${{ matrix.node-version }}
4343
run: |
44-
yarn add gscan || npm install -g gscan
4544
yarn install
4645
yarn build
47-
yarn test:ci
46+
yarn test:dev

0 commit comments

Comments
 (0)