Skip to content

Commit

Permalink
👷 Use current node-version 20 (#248)
Browse files Browse the repository at this point in the history
* 👷 Use current node-version 20

* rebuild package lock

* update node-libcurl to v4

* workaround 'repository.owner' is possibly 'null'

---------

Co-authored-by: Mike Chelen (he/him) <[email protected]>
  • Loading branch information
thomasmerz and mchelen authored Jun 29, 2024
1 parent b64fa60 commit 742a9ce
Show file tree
Hide file tree
Showing 7 changed files with 5,296 additions and 16,935 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: 'npm'

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: 'npm'

- name: Install Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: 'npm'

- name: Install Dependencies
run: npm ci

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
description: "Command to run (see README for commands)"
default: "update"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
branding:
icon: "chevron-up"
Expand Down
Loading

0 comments on commit 742a9ce

Please sign in to comment.