Skip to content

Commit 77a0bf0

Browse files
committed
ci(release): use trusted publishers, update lerna deps
1 parent 2cb9f9f commit 77a0bf0

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/tests.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: [ '12.x', '14.x', '16.x', '18.x' ]
14+
node: [20.x]
1515
name: Node ${{ matrix.node }}
1616
steps:
17-
- uses: actions/checkout@v2
18-
- run: |
19-
git remote set-branches --add origin main beta
20-
git fetch
21-
- name: Setup Node
22-
uses: actions/setup-node@v1
23-
with:
24-
node-version: ${{ matrix.node }}
25-
- name: Install Dependencies
26-
run: yarn
27-
env:
28-
NODE_ENV: development
29-
- name: Unit Tests
30-
run: yarn test:unit
31-
env:
32-
NODE_ENV: production
33-
- name: Git History Test
34-
run: yarn test:git-history
35-
- name: Lockfile Lint Test
36-
run: yarn test:lockfile
37-
- name: Lint
38-
run: yarn lint
17+
- uses: actions/checkout@v2
18+
- run: |
19+
git remote set-branches --add origin main beta
20+
git fetch
21+
- name: Setup Node
22+
uses: actions/setup-node@v1
23+
with:
24+
node-version: ${{ matrix.node }}
25+
- name: Install Dependencies
26+
run: yarn
27+
env:
28+
NODE_ENV: development
29+
- name: Unit Tests
30+
run: yarn test:unit
31+
env:
32+
NODE_ENV: production
33+
- name: Git History Test
34+
run: yarn test:git-history
35+
- name: Lockfile Lint Test
36+
run: yarn test:lockfile
37+
- name: Lint
38+
run: yarn lint

0 commit comments

Comments
 (0)