mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 02:25:18 +00:00
Bump node version (#231)
This commit is contained in:
parent
6f1bc4096c
commit
4f1b379de3
2
.github/actions/init/action.yaml
vendored
2
.github/actions/init/action.yaml
vendored
@ -6,7 +6,7 @@ runs:
|
|||||||
- name: Init NodeJS
|
- name: Init NodeJS
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16.13.2'
|
node-version: '20.5.1'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Install Packages
|
- name: Install Packages
|
||||||
|
10676
package-lock.json
generated
10676
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -37,7 +37,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@testing-library/react": "14.0.0",
|
"@testing-library/react": "14.0.0",
|
||||||
"@types/card-validator": "4.1.0",
|
"@types/card-validator": "4.1.0",
|
||||||
"@types/credit-card-type": "9.0.0",
|
|
||||||
"@types/jest": "29.5.0",
|
"@types/jest": "29.5.0",
|
||||||
"@types/node": "16.11.25",
|
"@types/node": "16.11.25",
|
||||||
"@types/react": "18.2.14",
|
"@types/react": "18.2.14",
|
||||||
|
Loading…
Reference in New Issue
Block a user