Skip to content

Commit 6dee9d4

Browse files
authored
Update production.yml
1 parent 6090401 commit 6dee9d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/production.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717

1818
steps:
1919
- name: Checkout the code
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v2
22+
uses: actions/setup-node@v3
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525

26-
- name: Install pacakges
26+
- name: Install packges
2727
run: npm ci
2828
- name: Run ESLint
2929
run: npm run lint
@@ -72,4 +72,4 @@ jobs:
7272
# hooray, eyes, heart
7373
environment:
7474
name: Production
75-
url: ${{ steps.get-comment-body.outputs.body }}
75+
url: ${{ steps.get-comment-body.outputs.body }}

0 commit comments

Comments
 (0)