File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919
2020 - uses : actions/setup-node@v4
2121 with :
22- node-version : 16
22+ node-version : ' 20.10.0 '
2323 registry-url : ' https://registry.npmjs.org'
2424
2525 - name : Install Yarn
Original file line number Diff line number Diff line change 1818
1919 - uses : actions/setup-node@v4
2020 with :
21- node-version : 16
21+ node-version : ' 20.10.0 '
2222 registry-url : ' https://registry.npmjs.org'
2323
2424 - name : Install Yarn
Original file line number Diff line number Diff line change 1717 # Setup .npmrc file to publish to npm
1818 - uses : actions/setup-node@v4
1919 with :
20- node-version : 16
20+ node-version : ' 20.10.0 '
2121 registry-url : ' https://registry.npmjs.org'
2222 scope : ' @jamesives'
2323
4242 # Setup .npmrc file to publish to GitHub Packages
4343 - uses : actions/setup-node@v4
4444 with :
45- node-version : 16
45+ node-version : ' 20.10.0 '
4646 registry-url : ' https://npm.pkg.github.com'
4747 scope : ' @jamesives'
4848
Original file line number Diff line number Diff line change 1- v18.16.1
1+ v20.10.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: 'Fetch API Data'
22description : ' This action will handle authenticated API requests, allowing you to save the data from the request into your workspace.'
33author : ' James Ives <iam@jamesiv.es>'
44runs :
5- using : ' node16 '
5+ using : ' node20 '
66 main : ' lib/main.js'
77branding :
88 icon : ' truck'
You can’t perform that action at this time.
0 commit comments