Skip to content

Commit

Permalink
Upgrade action runtime to Node.js 20 (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
xalvarez authored Sep 26, 2023
1 parent 54c0dc5 commit 4ae7df8
Show file tree
Hide file tree
Showing 6 changed files with 865 additions and 6,101 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- name: Clone git repository
uses: actions/[email protected]
- name: Set up Node.js 16
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: '16'
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ inputs:
required: false
description: 'Always trust pull request authors included in this comma separated list, e.g.: user1, user2, user3'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 4ae7df8

Please sign in to comment.