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 1717 steps :
1818 - uses : actions/checkout@v4
1919 - name : Use Node.js ${{ matrix.node-version }}
20- uses : actions/setup-node@v3
20+ uses : actions/setup-node@v4
2121 with :
2222 node-version : ${{ matrix.node-version }}
2323 cache : " npm"
4141 steps :
4242 - uses : actions/checkout@v4
4343 - name : Use Node.js
44- uses : actions/setup-node@v3
44+ uses : actions/setup-node@v4
4545 with :
4646 node-version : ${{ matrix.node-version }}
4747 cache : " npm"
7474 with :
7575 name : package-tarball
7676 - name : Use Node.js ${{ matrix.node-version }}
77- uses : actions/setup-node@v3
77+ uses : actions/setup-node@v4
7878 with :
7979 node-version : ${{ matrix.node-version }}
8080 cache : " npm"
@@ -103,7 +103,7 @@ jobs:
103103 with :
104104 name : package-tarball
105105 - name : Use Node.js ${{ matrix.node-version }}
106- uses : actions/setup-node@v3
106+ uses : actions/setup-node@v4
107107 with :
108108 node-version : ${{ matrix.node-version }}
109109 cache : " npm"
@@ -133,7 +133,7 @@ jobs:
133133 with :
134134 name : package-tarball
135135 - name : Use Node.js ${{ matrix.node-version }}
136- uses : actions/setup-node@v3
136+ uses : actions/setup-node@v4
137137 with :
138138 node-version : ${{ matrix.node-version }}
139139 cache : " npm"
You can’t perform that action at this time.
0 commit comments