File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1818
1919 - uses : actions/setup-node@v4
2020 with :
21- node-version : ' v16.13.2 '
21+ node-version : ' v20.10.0 '
2222 registry-url : ' https://registry.npmjs.org'
2323
2424 - name : Install Yarn
4444
4545 - uses : actions/setup-node@v4
4646 with :
47- node-version : ' v16.13.2 '
47+ node-version : ' v20.10.0 '
4848 registry-url : ' https://registry.npmjs.org'
4949
5050 - name : Install Yarn
8484
8585 - uses : actions/setup-node@v4
8686 with :
87- node-version : ' v16.13.2 '
87+ node-version : ' v20.10.0 '
8888 registry-url : ' https://registry.npmjs.org'
8989
9090 - name : Download artifact
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 steps :
176176 - uses : actions/setup-node@v4
177177 with :
178- node-version : ' v16.13.2 '
178+ node-version : ' v20.10.0 '
179179
180180 - name : Checkout
181181 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1717
1818 - uses : actions/setup-node@v4
1919 with :
20- node-version : ' v16.13.2 '
20+ node-version : ' v20.10.0 '
2121 registry-url : ' https://registry.npmjs.org'
2222
2323 - 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 : ' v16.13.2 '
20+ node-version : ' v20.10.0 '
2121 registry-url : ' https://registry.npmjs.org'
2222 scope : ' @jamesives'
2323
4343 # Setup .npmrc file to publish to GitHub Packages
4444 - uses : actions/setup-node@v4
4545 with :
46- node-version : ' v16.13.2 '
46+ node-version : ' v20.10.0 '
4747 registry-url : ' https://npm.pkg.github.com'
4848 scope : ' @jamesives'
4949
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: 'Deploy to GitHub Pages'
22description : ' This action will handle the deployment process of your project to GitHub Pages.'
33author : ' James Ives <iam@jamesiv.es>'
44runs :
5- using : ' node16 '
5+ using : ' node20 '
66 main : ' lib/main.js'
77branding :
88 icon : ' git-commit'
You can’t perform that action at this time.
0 commit comments