We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153b10d commit ef51d7cCopy full SHA for ef51d7c
.github/workflows/main.yml
@@ -10,9 +10,9 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
- name: Setup Node.js
13
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
14
with:
15
- node-version: 12
+ node-version: 21
16
- name: Install dependencies
17
run: npm install
18
- name: Check indentation
0 commit comments