Skip to content

Commit 7879c16

Browse files
committed
feat: update to Node 20
1 parent 1c34508 commit 7879c16

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -44,7 +44,7 @@ jobs:
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
@@ -84,7 +84,7 @@ jobs:
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

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

@@ -43,7 +43,7 @@ jobs:
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

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.16.1
1+
v20.10.0

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Deploy to GitHub Pages'
22
description: 'This action will handle the deployment process of your project to GitHub Pages.'
33
author: 'James Ives <[email protected]>'
44
runs:
5-
using: 'node16'
5+
using: 'node20'
66
main: 'lib/main.js'
77
branding:
88
icon: 'git-commit'

0 commit comments

Comments
 (0)