Skip to content

Commit

Permalink
Update action runtime to node20 (#1071)
Browse files Browse the repository at this point in the history
Co-authored-by: Tonye Jack <jtonye@ymail.com>
  • Loading branch information
mmkal and jackton1 authored Jan 25, 2024
1 parent bf25bec commit a79b65e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
persist-credentials: false
fetch-depth: 0

- name: Use Node.js 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v4.0.1
with:
cache: 'yarn'
node-version: '16.x'
node-version: '20.x'

- name: Create coverage directory and clover.xml
run: |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ outputs:
description: "Indicates whether at least one pattern was provided"

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
post: 'dist/cleanup/index.js'

Expand Down

0 comments on commit a79b65e

Please sign in to comment.