Skip to content

Commit 27bb88a

Browse files
author
Jakub Jirous
committed
[github] using node version 16
1 parent 928182a commit 27bb88a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code_review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- name: "Checkout code"
15-
- uses: actions/checkout@v3
15+
uses: actions/checkout@v3
1616

1717
- name: "Run Node.js script"
18-
- uses: actions/setup-node@v3
18+
uses: actions/setup-node@v3
1919
with:
2020
node-version: 16
2121

0 commit comments

Comments
 (0)