File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v4
2020 - name : Use Node.js ${{ matrix.node-version }}
21- uses : actions/setup-node@v3
21+ uses : actions/setup-node@v4
2222 with :
2323 node-version : ${{ matrix.node-version }}
2424 cache : " npm"
3838 steps :
3939 - uses : actions/checkout@v4
4040 - name : Use Node.js
41- uses : actions/setup-node@v3
41+ uses : actions/setup-node@v4
4242 with :
4343 node-version : 20.x
4444 cache : " npm"
7272 with :
7373 name : package-tarball
7474 - name : Use Node.js ${{ matrix.node-version }}
75- uses : actions/setup-node@v3
75+ uses : actions/setup-node@v4
7676 with :
7777 node-version : ${{ matrix.node-version }}
7878 cache : " npm"
@@ -100,7 +100,7 @@ jobs:
100100 with :
101101 name : package-tarball
102102 - name : Use Node.js ${{ matrix.node-version }}
103- uses : actions/setup-node@v3
103+ uses : actions/setup-node@v4
104104 with :
105105 node-version : ${{ matrix.node-version }}
106106 cache : " npm"
@@ -130,7 +130,7 @@ jobs:
130130 with :
131131 name : package-tarball
132132 - name : Use Node.js ${{ matrix.node-version }}
133- uses : actions/setup-node@v3
133+ uses : actions/setup-node@v4
134134 with :
135135 node-version : ${{ matrix.node-version }}
136136 cache : " npm"
You can’t perform that action at this time.
0 commit comments