Skip to content

Commit 95393af

Browse files
Update release-it.yaml
1 parent 7dc1262 commit 95393af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-it.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ jobs:
55
publish:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v3
99
- uses: actions/setup-node@v2
1010
with:
11-
node-version: '14.x'
11+
node-version: '18.x'
1212
cache: 'pnpm'
1313
- uses: pnpm/action-setup@v2
1414
with:
15-
version: '6.x'
15+
version: '7.x'
1616
lockfile: 'pnpm-lock.yaml'
1717
- run: pnpm install
1818
- run: npm ci --no-package-lock

0 commit comments

Comments
 (0)