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 8782e14 commit af8c99bCopy full SHA for af8c99b
.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: '16.14.2'
+ node-version: 'v18.20.3'
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