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 f78aec5 commit 1baa174Copy full SHA for 1baa174
.github/workflows/release-it.yaml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v3
9
- uses: actions/setup-node@v2
10
with:
11
- node-version: '18.x'
+ node-version: '20.x'
12
cache: 'pnpm'
13
- uses: pnpm/action-setup@v2
14
.github/workflows/test.yaml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
strategy:
matrix:
- node-version: [ 18 ]
+ node-version: [ 20 ]
permissions:
# Required to check out the code
0 commit comments