Skip to content

Commit

Permalink
feat(node): update dependencies and build to target Node 20 (#46)
Browse files Browse the repository at this point in the history
* build(node): update dependencies and build to target Node 20 and remove the build deprecation warning annotations

* ci: trigger build on pull requests
  • Loading branch information
noirbizarre committed Jan 25, 2024
1 parent 0b61a6c commit f94bfb2
Show file tree
Hide file tree
Showing 7 changed files with 72,321 additions and 48,906 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
on: [push]
on:
push:
pull_request:

name: Test Action

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ outputs:
cache-hit:
description: "Whether or not there was a cache hit."
runs:
using: "node16"
using: "node20"
main: "dist/setup-pdm.js"
post: "dist/cache-save.js"
post-if: success()
Expand Down
Loading

0 comments on commit f94bfb2

Please sign in to comment.