@@ -11,21 +11,21 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v2
14- - name : Use Node.js 14 .x
14+ - name : Use Node.js 16 .x
1515 uses : actions/setup-node@v2.5.1
1616 with :
17- node-version : ' 14 .x'
17+ node-version : ' 16 .x'
1818 - name : Run yarn dedupe
1919 run : yarn dedupe --check
2020
2121 format :
2222 runs-on : ubuntu-latest
2323 steps :
2424 - uses : actions/checkout@v2
25- - name : Use Node.js 14 .x
25+ - name : Use Node.js 16 .x
2626 uses : actions/setup-node@v2.5.1
2727 with :
28- node-version : ' 14 .x'
28+ node-version : ' 16 .x'
2929 - name : Install dependencies
3030 run : yarn install --immutable --immutable-cache
3131 - name : Check formatting of project files
@@ -35,10 +35,10 @@ jobs:
3535 runs-on : ubuntu-latest
3636 steps :
3737 - uses : actions/checkout@v2
38- - name : Use Node.js 14 .x
38+ - name : Use Node.js 16 .x
3939 uses : actions/setup-node@v2.5.1
4040 with :
41- node-version : ' 14 .x'
41+ node-version : ' 16 .x'
4242 - name : Install dependencies
4343 run : yarn install --immutable --immutable-cache
4444 - name : Lint JavaScript files
@@ -50,10 +50,10 @@ jobs:
5050 runs-on : ubuntu-latest
5151 steps :
5252 - uses : actions/checkout@v2
53- - name : Use Node.js 14 .x
53+ - name : Use Node.js 16 .x
5454 uses : actions/setup-node@v2.5.1
5555 with :
56- node-version : ' 14 .x'
56+ node-version : ' 16 .x'
5757 - uses : actions/cache@v2.1.7
5858 id : cache
5959 with :
@@ -76,10 +76,10 @@ jobs:
7676 runs-on : ubuntu-latest
7777 steps :
7878 - uses : actions/checkout@v2
79- - name : Use Node.js 14 .x
79+ - name : Use Node.js 16 .x
8080 uses : actions/setup-node@v2.5.1
8181 with :
82- node-version : ' 14 .x'
82+ node-version : ' 16 .x'
8383 - uses : actions/cache@v2.1.7
8484 id : cache
8585 with :
@@ -112,10 +112,10 @@ jobs:
112112 runs-on : ubuntu-latest
113113 steps :
114114 - uses : actions/checkout@v2
115- - name : Use Node.js 14 .x
115+ - name : Use Node.js 16 .x
116116 uses : actions/setup-node@v2.5.1
117117 with :
118- node-version : ' 14 .x'
118+ node-version : ' 16 .x'
119119 - uses : actions/cache@v2.1.7
120120 id : cache
121121 with :
0 commit comments