Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update action to node20 #118

Merged
merged 4 commits into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading