We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc1262 commit 95393afCopy full SHA for 95393af
.github/workflows/release-it.yaml
@@ -5,14 +5,14 @@ jobs:
5
publish:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
9
- uses: actions/setup-node@v2
10
with:
11
- node-version: '14.x'
+ node-version: '18.x'
12
cache: 'pnpm'
13
- uses: pnpm/action-setup@v2
14
15
- version: '6.x'
+ version: '7.x'
16
lockfile: 'pnpm-lock.yaml'
17
- run: pnpm install
18
- run: npm ci --no-package-lock
0 commit comments