Skip to content

Commit b45bd9f

Browse files
Update node version used in CI to 14
1 parent b8f27b0 commit b45bd9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- name: Use Node.js 10
14-
uses: actions/setup-node@v1
12+
- uses: actions/checkout@v3
13+
- name: Use Node.js 14
14+
uses: actions/setup-node@v3
1515
with:
16-
node-version: '10.x'
16+
node-version: 14
1717
- name: Install npm dependencies
1818
run: npm install -r
1919
- name: Run linter

0 commit comments

Comments
 (0)