File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919
2020 - name : Setup Node.js
21- uses : actions/setup-node@v3
21+ uses : actions/setup-node@v4
2222 with :
23- node-version : ' 16 '
23+ node-version : ' 22 '
2424 cache : ' npm'
2525
2626 - name : Install dependencies
@@ -47,12 +47,12 @@ jobs:
4747 runs-on : ubuntu-latest
4848 steps :
4949 - name : Checkout repository
50- uses : actions/checkout@v3
50+ uses : actions/checkout@v4
5151
5252 - name : Setup Node.js
53- uses : actions/setup-node@v3
53+ uses : actions/setup-node@v4
5454 with :
55- node-version : ' 16 '
55+ node-version : ' 22 '
5656 registry-url : ' https://registry.npmjs.org'
5757
5858 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments