Skip to content

Commit

Permalink
Use Node.js 20 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore authored Mar 15, 2024
1 parent f7bbf52 commit d40c129
Show file tree
Hide file tree
Showing 5 changed files with 1,978 additions and 230 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:
strategy:
matrix:
node-version:
- 14.x
- 16.x
- 20.x
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use NodeJS v${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-copyright-years.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
action-update-license-year:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@v2
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ inputs:
description: 'Labels to remove'
required: true
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit d40c129

Please sign in to comment.