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 d265d55 commit c90356bCopy full SHA for c90356b
.github/workflows/branch-pr-release.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v4
18
- name: Setup Node.js
19
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
20
with:
21
node-version: 18.x
22
- name: Set up Python
.github/workflows/publish.yaml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
- name: Setup NPM
0 commit comments