Skip to content

Commit 091a1cf

Browse files
authored
Merge pull request #40 from akhillb/akhillb/node_upgrade
Upgrade to Node version 20
2 parents 3040e13 + 85bd35e commit 091a1cf

File tree

11 files changed

+21342
-21333
lines changed

11 files changed

+21342
-21333
lines changed

.github/workflows/setup-env.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
matrix:
1818
operating-system: [ubuntu-latest, macos-latest, windows-latest]
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

22-
- name: Set Node.js 16.x
22+
- name: Set Node.js 20.x
2323
uses: actions/setup-node@master
2424
with:
25-
node-version: 16.x
25+
node-version: 20.x
2626
cache: 'npm'
2727
cache-dependency-path: 'setup-env/package-lock.json'
2828

.github/workflows/setup-local.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
matrix:
1818
operating-system: [ubuntu-latest, macos-latest, windows-latest]
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

22-
- name: Set Node.js 16.x
22+
- name: Set Node.js 20.x
2323
uses: actions/setup-node@master
2424
with:
25-
node-version: 16.x
25+
node-version: 20.x
2626
cache: 'npm'
2727
cache-dependency-path: 'setup-local/package-lock.json'
2828

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
description: 'Project name for the tests'
1515
required: false
1616
runs:
17-
using: 'node16'
17+
using: 'node20'
1818
main: 'setup-env/dist/index.js'
1919
branding:
2020
icon: 'check-circle'

setup-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ inputs:
1414
description: 'Project name for the tests'
1515
required: false
1616
runs:
17-
using: 'node16'
17+
using: 'node20'
1818
main: 'dist/index.js'

0 commit comments

Comments
 (0)