We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e8e46 commit be7e39cCopy full SHA for be7e39c
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout
20
uses: actions/checkout@v3
21
- name: Setup Node
22
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
23
with:
24
node-version: ${{ matrix.node-version }}
25
- uses: pnpm/action-setup@v2
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
26
node-version: 18
27
registry-url: "https://registry.npmjs.org"
0 commit comments