We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5d03c5 + bd83d33 commit d06dce1Copy full SHA for d06dce1
.github/workflows/gh-pages.yml
@@ -10,12 +10,14 @@ jobs:
10
deploy:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
14
- - uses: actions/setup-node@v2
+ - uses: actions/checkout@v4
+
15
+ - uses: pnpm/action-setup@v4
16
+ - uses: actions/setup-node@v4
17
with:
- node-version: '14'
- - run: npm install -g npm@7
18
- - run: npm install
+ cache: 'pnpm'
19
+ node-version: 20
20
+ - run: pnpm i --frozen-lockfile
21
- run: npx lint-to-the-future output -o lttfOutput --rootUrl ember-api-docs --previous-results https://ember-learn.github.io/ember-api-docs/data.json
22
- name: Deploy
23
uses: peaceiris/actions-gh-pages@v3
0 commit comments