File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515 - name : Checkout
1616 uses : actions/checkout@v2
1717 - name : Install Node.js
18- uses : actions/setup-node@v1
18+ uses : actions/setup-node@v3
1919 with :
20- node-version : 14.x
20+ node-version : 18
2121 - run : npm install
2222 - name : Linting
2323 run : npm run lint
2828 - name : Checkout
2929 uses : actions/checkout@v2
3030 - name : Install Node.js
31- uses : actions/setup-node@v1
31+ uses : actions/setup-node@v3
3232 with :
33- node-version : 14.x
33+ node-version : 18
3434 - run : npm install
3535 - name : Compiling
3636 run : npm run compile
4141 - name : Checkout
4242 uses : actions/checkout@v2
4343 - name : Install Node.js
44- uses : actions/setup-node@v1
44+ uses : actions/setup-node@v3
4545 with :
46- node-version : 14.x
46+ node-version : 18
4747 - run : npm install
4848 - name : Compiling
4949 run : npm run compile
5555 - name : Checkout
5656 uses : actions/checkout@v2
5757 - name : Install Node.js
58- uses : actions/setup-node@v1
58+ uses : actions/setup-node@v3
5959 with :
60- node-version : 14.x
60+ node-version : 18
6161 - run : npm install
6262 - run : npm install
6363 working-directory : ./e2e
You can’t perform that action at this time.
0 commit comments