Skip to content

Commit a7c7c61

Browse files
committed
Some updates
1 parent 06c7dc8 commit a7c7c61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
- name: Install dependencies
7171
run: pnpm install -r
7272
- name: Setup Node Env
73-
uses: actions/setup-node@v4.0.3
73+
uses: actions/setup-node@v4.1.0
7474
with:
75-
node-version: 18
75+
node-version: 18.18.0
7676
registry-url: https://registry.npmjs.org/
7777
cache: 'pnpm'
7878
# - name: Lint Code Base

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@actions/core": "^1.10.0",
7474
"@pipedream/platform": "^1.5.1",
7575
"@sentry/node": "^7.7.0",
76-
"@types/node": "^20.9.2",
76+
"@types/node": "^20.17.6",
7777
"crypto": "^1.0.1",
7878
"uuid": "^8.3.2",
7979
"vue": "^2.6.14"

0 commit comments

Comments
 (0)