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 162a7e9 commit 1b36971Copy full SHA for 1b36971
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install Node.js
16
uses: actions/setup-node@v4
17
with:
18
- node-version: 'v20.18.0'
+ node-version: '20.19.2'
19
- run: mkdir artifacts
20
- run: npm ci
21
- name: Prettier
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
# - name: Download Phpactor
# run: npm run download-phpactor
0 commit comments