Skip to content

Commit

Permalink
feat: update to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Nov 28, 2023
1 parent 1c34508 commit 7879c16
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 'v16.13.2'
node-version: 'v20.10.0'
registry-url: 'https://registry.npmjs.org'

- name: Install Yarn
Expand All @@ -44,7 +44,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 'v16.13.2'
node-version: 'v20.10.0'
registry-url: 'https://registry.npmjs.org'

- name: Install Yarn
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 'v16.13.2'
node-version: 'v20.10.0'
registry-url: 'https://registry.npmjs.org'

- name: Download artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Expand Up @@ -175,7 +175,7 @@ jobs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 'v16.13.2'
node-version: 'v20.10.0'

- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 'v16.13.2'
node-version: 'v20.10.0'
registry-url: 'https://registry.npmjs.org'

- name: Install Yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
node-version: 'v16.13.2'
node-version: 'v20.10.0'
registry-url: 'https://registry.npmjs.org'
scope: '@jamesives'

Expand All @@ -43,7 +43,7 @@ jobs:
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v4
with:
node-version: 'v16.13.2'
node-version: 'v20.10.0'
registry-url: 'https://npm.pkg.github.com'
scope: '@jamesives'

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
v18.16.1
v20.10.0
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -2,7 +2,7 @@ name: 'Deploy to GitHub Pages'
description: 'This action will handle the deployment process of your project to GitHub Pages.'
author: 'James Ives <iam@jamesiv.es>'
runs:
using: 'node16'
using: 'node20'
main: 'lib/main.js'
branding:
icon: 'git-commit'
Expand Down

0 comments on commit 7879c16

Please sign in to comment.