Skip to content

Commit 8ea0d96

Browse files
committed
ci: bump pnpm and nodejs versions
1 parent 6b68452 commit 8ea0d96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: nodejs
22

33
env:
4-
PNPM_VERSION: "7.9.1"
5-
NODE_VERSION: "16.x"
4+
PNPM_VERSION: "9.x"
5+
NODE_VERSION: "22.x"
66

77
on:
88
push:

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"experimentalDecorators": true,
77
"outDir": "./dist",
88
"removeComments": true,
9-
"sourceMap": true,
9+
"sourceMap": true
1010
},
1111
"include": ["src"],
1212
"exclude": ["**/*.spec.ts"]

0 commit comments

Comments
 (0)