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

Chore: Update action to use node 20 #1238

Merged
merged 1 commit into from Feb 1, 2024
Merged

Chore: Update action to use node 20 #1238

merged 1 commit into from Feb 1, 2024

Conversation

MauriceArikoglu
Copy link
Contributor

Fixes #1230

Copy link

github-actions bot commented Jan 31, 2024

output of yarn all
yarn run v1.22.21
$ yarn build && yarn format && yarn lint && yarn package && yarn test
$ tsc
$ prettier --write **/*.ts
__tests__/comment.test.ts 258ms (unchanged)
__tests__/config.test.ts 78ms (unchanged)
src/comment.ts 42ms (unchanged)
src/config.ts 29ms (unchanged)
src/main.ts 15ms (unchanged)
$ eslint src/**/*.ts
$ ncc build --source-map --license licenses.txt
ncc: Version 0.38.1
ncc: Compiling file index.js into CJS
  37kB  dist/licenses.txt
  40kB  dist/sourcemap-register.js
1130kB  dist/index.js
1315kB  dist/index.js.map
1315kB  dist/index.js.map
2522kB  [2040ms] - ncc 0.38.1
$ jest
::debug::followSymbolicLinks 'false'
::debug::matchDirectories 'false'
::debug::followSymbolicLinks 'false'
::debug::implicitDescendants 'true'
::debug::matchDirectories 'false'
::debug::omitBrokenSymbolicLinks 'true'
::debug::Search path '/home/runner/work/sticky-pull-request-comment/sticky-pull-request-comment/__tests__/assets/result'
::debug::followSymbolicLinks 'false'
::debug::matchDirectories 'false'
::debug::followSymbolicLinks 'false'
::debug::implicitDescendants 'true'
::debug::matchDirectories 'false'
::debug::omitBrokenSymbolicLinks 'true'
::debug::Search path '/home/runner/work/sticky-pull-request-comment/sticky-pull-request-comment/__tests__/assets'
::debug::followSymbolicLinks 'false'
::debug::matchDirectories 'false'
::debug::followSymbolicLinks 'false'
::debug::implicitDescendants 'true'
::debug::matchDirectories 'false'
::debug::omitBrokenSymbolicLinks 'true'
::debug::Search path '/home/runner/work/sticky-pull-request-comment/sticky-pull-request-comment/__tests__/assets/not_exists'
Done in 19.18s.
The build is over.

@landsman
Copy link

landsman commented Feb 1, 2024

Thanks!

@marocchino can you please approve it?

@marocchino marocchino merged commit 76f17ea into marocchino:main Feb 1, 2024
2 checks passed
@marocchino
Copy link
Owner

It released as v2.9.0.

@MauriceArikoglu MauriceArikoglu deleted the patch-1 branch February 1, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Node.js 16 actions are deprecated
3 participants