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 18
18
19
19
- uses : actions/setup-node@v4
20
20
with :
21
- node-version : ' v16.13.2 '
21
+ node-version : ' v20.10.0 '
22
22
registry-url : ' https://registry.npmjs.org'
23
23
24
24
- name : Install Yarn
44
44
45
45
- uses : actions/setup-node@v4
46
46
with :
47
- node-version : ' v16.13.2 '
47
+ node-version : ' v20.10.0 '
48
48
registry-url : ' https://registry.npmjs.org'
49
49
50
50
- name : Install Yarn
84
84
85
85
- uses : actions/setup-node@v4
86
86
with :
87
- node-version : ' v16.13.2 '
87
+ node-version : ' v20.10.0 '
88
88
registry-url : ' https://registry.npmjs.org'
89
89
90
90
- name : Download artifact
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175
175
steps :
176
176
- uses : actions/setup-node@v4
177
177
with :
178
- node-version : ' v16.13.2 '
178
+ node-version : ' v20.10.0 '
179
179
180
180
- name : Checkout
181
181
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 17
17
18
18
- uses : actions/setup-node@v4
19
19
with :
20
- node-version : ' v16.13.2 '
20
+ node-version : ' v20.10.0 '
21
21
registry-url : ' https://registry.npmjs.org'
22
22
23
23
- name : Install Yarn
Original file line number Diff line number Diff line change 17
17
# Setup .npmrc file to publish to npm
18
18
- uses : actions/setup-node@v4
19
19
with :
20
- node-version : ' v16.13.2 '
20
+ node-version : ' v20.10.0 '
21
21
registry-url : ' https://registry.npmjs.org'
22
22
scope : ' @jamesives'
23
23
43
43
# Setup .npmrc file to publish to GitHub Packages
44
44
- uses : actions/setup-node@v4
45
45
with :
46
- node-version : ' v16.13.2 '
46
+ node-version : ' v20.10.0 '
47
47
registry-url : ' https://npm.pkg.github.com'
48
48
scope : ' @jamesives'
49
49
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'
2
2
description : ' This action will handle the deployment process of your project to GitHub Pages.'
3
3
author :
' James Ives <[email protected] >'
4
4
runs :
5
- using : ' node16 '
5
+ using : ' node20 '
6
6
main : ' lib/main.js'
7
7
branding :
8
8
icon : ' git-commit'
You can’t perform that action at this time.
0 commit comments