Skip to content

Commit

Permalink
chore: install node
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyguerra committed Feb 27, 2024
1 parent 7f623b4 commit c9465c3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,15 @@ jobs:
strategy:
matrix:
node-version:
- 20.8.1
- 20.x
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c9465c3

Please # to comment.