Skip to content

Commit

Permalink
Merge pull request #1057 from newrelic/sunny/fix-node
Browse files Browse the repository at this point in the history
upgrade node 16 to 18
  • Loading branch information
sunnyzanchi authored Feb 2, 2024
2 parents a8605bd + c3ff890 commit 0b6b63f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/sync-data/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ inputs:
project-stats:
description: 'true/false - determines whether to fetch and sync the project-stats data'
runs:
using: 'node16'
using: 'node18'
main: 'dist/index.js'
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Download Cached Deps
id: cache-node-modules
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 0b6b63f

Please sign in to comment.