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 037d137 commit e239072Copy full SHA for e239072
2 files changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v5
29
30
- name: Install Node.js
31
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
32
with:
33
node-version-file: ".nvmrc"
34
cache: npm
.github/workflows/update-readme.yml
@@ -15,7 +15,7 @@ jobs:
15
token: ${{ secrets.WORKFLOW_PUSH_BOT_TOKEN }}
16
17
- name: Set up Node.js
18
19
20
- name: Install npm packages
21
run: npm install
0 commit comments