We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50f4fe commit 7769225Copy full SHA for 7769225
.github/workflows/gh-pages.yml
@@ -10,12 +10,13 @@ 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: actions/setup-node@v4
16
with:
- node-version: '14'
17
- - run: npm install -g npm@7
18
- - run: npm install
+ node-version: '20'
+ - run: npm install -g pnpm@9
19
+ - run: pnpm install
20
- 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
21
- name: Deploy
22
uses: peaceiris/actions-gh-pages@v3
0 commit comments