We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a85364 commit 822567fCopy full SHA for 822567f
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@main
14
- uses: actions/setup-node@v3
15
with:
16
- node-version: '18.x'
+ node-version: '22.x'
17
- run: npm install
18
- run: npm run build
19
- name: semantic release
package.json
@@ -45,7 +45,7 @@
45
"typescript": "^4.9.4"
46
},
47
"dependencies": {
48
- "@types/node": "^18.11.17",
+ "@types/node": "^22.0.0",
49
"rxjs": "^7.8.0",
50
"tslib": "^2.4.1"
51
}
0 commit comments