File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2828 - name : Setup Node
2929 uses : actions/setup-node@v4
3030 with :
31- node-version : 20
32- cache : ' npm'
31+ node-version : 22
3332
3433 - name : Install deps
3534 run : npm ci
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : 20
17+ node-version : 22
1818 - name : Remove node_modules and package-lock.json
1919 run : rm -rf node_modules package-lock.json
2020 - name : install dependencies
Original file line number Diff line number Diff line change 5353 - uses : actions/checkout@v4
5454 - uses : actions/setup-node@v4
5555 with :
56- node-version : ' 20 '
56+ node-version : ' 22 '
5757 cache : npm
5858 cache-dependency-path : templates/node/package.json
5959 - name : Install deps
Original file line number Diff line number Diff line change @@ -145,3 +145,5 @@ vite.config.ts.timestamp-*
145145.smoke-test- *
146146.tmp-smoke /**
147147.DS_Store
148+ .vscode /*
149+ .idea /
You can’t perform that action at this time.
0 commit comments