Skip to content

Commit

Permalink
Merge pull request #40 from akhillb/akhillb/node_upgrade
Browse files Browse the repository at this point in the history
Upgrade to Node version 20
  • Loading branch information
pranavj1001 authored May 3, 2024
2 parents 3040e13 + 85bd35e commit 091a1cf
Show file tree
Hide file tree
Showing 11 changed files with 21,342 additions and 21,333 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/setup-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
matrix:
operating-system: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/setup-node@master
with:
node-version: 16.x
node-version: 20.x
cache: 'npm'
cache-dependency-path: 'setup-env/package-lock.json'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/setup-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
matrix:
operating-system: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/setup-node@master
with:
node-version: 16.x
node-version: 20.x
cache: 'npm'
cache-dependency-path: 'setup-local/package-lock.json'

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
description: 'Project name for the tests'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'setup-env/dist/index.js'
branding:
icon: 'check-circle'
Expand Down
2 changes: 1 addition & 1 deletion setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ inputs:
description: 'Project name for the tests'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 091a1cf

Please sign in to comment.