File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v4
1414 - name : Setup Node.js and NPM
15- uses : actions/setup-node@v4
15+ uses : actions/setup-node@v6
1616 with :
1717 node-version-file : .nvmrc
1818 cache : npm
4242 with :
4343 token : ${{ secrets.BUILD_USER_TOKEN || github.token }} # allows commit of any fixes to trigger a new workflow run
4444 - name : Setup Node.js and NPM
45- uses : actions/setup-node@v4
45+ uses : actions/setup-node@v6
4646 with :
4747 node-version-file : .nvmrc
4848 cache : npm
7777 # Setup
7878 - uses : actions/checkout@v4
7979 - name : Setup Node.js and NPM
80- uses : actions/setup-node@v4
80+ uses : actions/setup-node@v6
8181 with :
8282 node-version-file : .nvmrc
8383 cache : npm
@@ -114,7 +114,7 @@ jobs:
114114 # Setup
115115 - uses : actions/checkout@v4
116116 - name : Setup Node.js and NPM
117- uses : actions/setup-node@v4
117+ uses : actions/setup-node@v6
118118 with :
119119 node-version-file : .nvmrc
120120 cache : npm
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Setup Node.js and NPM
18- uses : actions/setup-node@v4
18+ uses : actions/setup-node@v6
1919 with :
2020 node-version-file : .nvmrc
2121 cache : npm
You can’t perform that action at this time.
0 commit comments