Skip to content

Commit bc25c99

Browse files
committed
Upgrade node version to 20 for setup-local
1 parent d6ae77e commit bc25c99

File tree

5 files changed

+16712
-16706
lines changed

5 files changed

+16712
-16706
lines changed

.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

setup-local/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ inputs:
1515
description: 'Extra arguments to be passed to the Local Binary'
1616
required: false
1717
runs:
18-
using: 'node16'
18+
using: 'node20'
1919
main: 'dist/index.js'

0 commit comments

Comments
 (0)