Skip to content

Commit

Permalink
feat: use newer node for sr
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyguerra committed Jan 16, 2024
1 parent 1e1d9be commit 8e47f11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pipeline.yml
Expand Up @@ -91,6 +91,11 @@ jobs:
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 8e47f11

Please sign in to comment.