Skip to content

Commit

Permalink
Upgrade node version to 20 for setup-local
Browse files Browse the repository at this point in the history
  • Loading branch information
akhillb committed Mar 14, 2024
1 parent d6ae77e commit bc25c99
Show file tree
Hide file tree
Showing 5 changed files with 16,712 additions and 16,706 deletions.
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 setup-local/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ inputs:
description: 'Extra arguments to be passed to the Local Binary'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit bc25c99

Please sign in to comment.