Skip to content

Commit

Permalink
Merge pull request #118 from takost/update-to-node-20
Browse files Browse the repository at this point in the history
Update action to node20
  • Loading branch information
Johanan Idicula authored and GitHub committed Jan 15, 2024
2 parents 9970186 + 5537435 commit 30bbfa2
Show file tree
Hide file tree
Showing 62 changed files with 4,276 additions and 5,854 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Checkout Delete Package Versions Repo
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- run: npm install
name: NPM Install
- run: npm run pack
Expand All @@ -34,7 +34,7 @@ jobs:
name: Checkout Delete Package Versions Repo
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: ./
name: Smoke Test Delete Package Versions Action
with:
Expand Down
30 changes: 10 additions & 20 deletions .licenses/npm/@actions/core.dep.yml

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

30 changes: 10 additions & 20 deletions .licenses/npm/@actions/github.dep.yml

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

32 changes: 0 additions & 32 deletions .licenses/npm/@actions/http-client-1.0.11.dep.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .licenses/npm/@actions/http-client-1.0.8.dep.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .licenses/npm/@octokit/auth-token.dep.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .licenses/npm/@octokit/endpoint.dep.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .licenses/npm/@octokit/graphql.dep.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .licenses/npm/@octokit/plugin-paginate-rest.dep.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .licenses/npm/@octokit/plugin-request-log.dep.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .licenses/npm/@octokit/request-error-1.2.1.dep.yml

This file was deleted.

Loading

0 comments on commit 30bbfa2

Please sign in to comment.