Skip to content

Commit 8e47f11

Browse files
committed
feat: use newer node for sr
1 parent 1e1d9be commit 8e47f11

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ jobs:
9191
steps:
9292
- name: Checkout
9393
uses: actions/checkout@v3
94+
- name: Setup Node.js ${{ matrix.node-version }}
95+
uses: actions/setup-node@v3
96+
with:
97+
node-version: ${{ matrix.node-version }}
98+
cache: 'npm'
9499
- name: Semantic Release
95100
env:
96101
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)