We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68f92c5 + 49e3e4a commit bba32c1Copy full SHA for bba32c1
2 files changed
.github/workflows/ts-cd.yml
@@ -43,7 +43,7 @@ jobs:
43
echo "TAG=${GITHUB_REF_NAME}" >> $GITHUB_ENV
44
45
- name: Setup Node
46
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
47
with:
48
node-version: "24"
49
registry-url: "https://registry.npmjs.org"
.github/workflows/ts-ci.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
41
42
node-version: ${{ matrix.node-version }}
cache: npm
0 commit comments