File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 runs-on : ${{ matrix.os }}
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 - name : Install Node.js
22- uses : actions/setup-node@v3
22+ uses : actions/setup-node@v4
2323 with :
24- node-version : 18.x
24+ node-version : 22
2525 - run : npm install --no-package-lock
2626 - name : lint
2727 run : npm run lint
3535 name : Test JRE Download and Package
3636 steps :
3737 - name : Install Node.js
38- uses : actions/setup-node@v3
38+ uses : actions/setup-node@v4
3939 with :
40- node-version : 18.x
40+ node-version : 22
4141
4242 - uses : actions/checkout@v3
4343
7575 steps :
7676 - uses : actions/checkout@v2
7777 - name : Install Node.js
78- uses : actions/setup-node@v3
78+ uses : actions/setup-node@v4
7979 with :
80- node-version : 18.x
80+ node-version : 22
8181
8282 - name : Build
8383 run : npm install --no-package-lock
You can’t perform that action at this time.
0 commit comments