Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 9434a9a

Browse files
author
Bassem Dghaidi
committed
Fix remove testing matrix, one environment is enough
1 parent c110934 commit 9434a9a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ jobs:
99
npm-publish:
1010
name: npm-publish
1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
node-version: [10.x, 12.x]
1512
steps:
1613
- name: Checkout repository
1714
uses: actions/checkout@master
18-
- name: Use Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@v1
15+
- name: Set up Node.js
16+
uses: actions/setup-node@master
2017
with:
21-
node-version: ${{ matrix.node-version }}
18+
node-version: 10.0.0
2219
- name: Publish if version has been updated
2320
uses: pascalgn/npm-publish-action@4f4bf159e299f65d21cd1cbd96fc5d53228036df
2421
with: # All of theses inputs are optional

0 commit comments

Comments
 (0)