File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 99 test :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313
14- - uses : actions/setup-node@v3
14+ - uses : actions/setup-node@v4
1515 with :
16- node-version : ' 18'
16+ node-version : ' 20'
17+ cache : npm
1718
1819 - run : npm ci
1920
@@ -23,15 +24,16 @@ jobs:
2324 runs-on : ubuntu-latest
2425 needs : test
2526 steps :
26- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2728
28- - uses : actions/setup-node@v3
29+ - uses : actions/setup-node@v4
2930 with :
30- node-version : ' 18'
31+ node-version : ' 20'
32+ cache : npm
3133
3234 - run : npm ci
3335
34- - run : npm run build web -- --configuration production
36+ - run : npm run build -- --configuration production
3537
3638 - uses : google-github-actions/auth@v2
3739 with :
You can’t perform that action at this time.
0 commit comments