Skip to content

Commit

Permalink
Upgrade to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
seli3vj authored and elgohr committed Dec 8, 2023
1 parent 3904691 commit 8a8804a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
- name: Authenticate via APP
id: authentication
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licenseScanDependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
- run: npm ci
- name: Synopsys Detect
uses: synopsys-sig/detect-action@v0.3.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
- run: npm ci
- run: npm test

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ outputs:
token:
description: 'An access token that can be used to call the GitHub API'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 8a8804a

Please sign in to comment.