Skip to content

Commit

Permalink
publish just with node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
crisconru committed Aug 3, 2023
1 parent 5bb14d5 commit 23ee44d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,14 @@ jobs:
needs: test
if: github.ref == 'refs/heads/main'

strategy:
matrix:
node-version: [16.x, 18.x]

steps:
- name: 👍 Checkout
uses: actions/checkout@v3

- name: ❇️ Setup node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: 📥 Install Dependencies
Expand Down

0 comments on commit 23ee44d

Please sign in to comment.