Skip to content

Commit

Permalink
feat: Upgrade to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Nov 28, 2023
1 parent f0fdc24 commit 310f19f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: '20.10.0'
registry-url: 'https://registry.npmjs.org'

- name: Install Yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: '20.10.0'
registry-url: 'https://registry.npmjs.org'

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

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

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.16.1
v20.10.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Fetch API Data'
description: 'This action will handle authenticated API requests, allowing you to save the data from the request into your workspace.'
author: 'James Ives <[email protected]>'
runs:
using: 'node16'
using: 'node20'
main: 'lib/main.js'
branding:
icon: 'truck'
Expand Down

0 comments on commit 310f19f

Please sign in to comment.