Skip to content

Commit 5c312fb

Browse files
author
Victor Martins
committed
ci: remove matrix node
1 parent e8fd300 commit 5c312fb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,11 @@ jobs:
1818

1919
publish:
2020
runs-on: ubuntu-latest
21-
strategy:
22-
matrix:
23-
node: [14.x, 16.x]
2421
steps:
2522
- uses: actions/checkout@v3
2623
- uses: actions/setup-node@v3
2724
with:
28-
node-version: ${{ matrix.node }}
25+
node-version: '14.x'
2926
registry-url: 'https://registry.npmjs.org'
3027
- name: Install dependencies
3128
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)