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 6090401 commit 6dee9d4Copy full SHA for 6dee9d4
.github/workflows/production.yml
@@ -17,13 +17,13 @@ jobs:
17
18
steps:
19
- name: Checkout the code
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
21
- name: Use Node.js ${{ matrix.node-version }}
22
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
23
with:
24
node-version: ${{ matrix.node-version }}
25
26
- - name: Install pacakges
+ - name: Install packges
27
run: npm ci
28
- name: Run ESLint
29
run: npm run lint
@@ -72,4 +72,4 @@ jobs:
72
# hooray, eyes, heart
73
environment:
74
name: Production
75
- url: ${{ steps.get-comment-body.outputs.body }}
+ url: ${{ steps.get-comment-body.outputs.body }}
0 commit comments