We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8507309 commit 6455cc2Copy full SHA for 6455cc2
.github/workflows/typescript-client.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
46
47
- name: Setup Node.js
48
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
+ uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
49
with:
50
node-version: ${{ matrix.node-version }}
51
cache: 'npm'
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
92
93
node-version: '20'
94
0 commit comments