We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18323f0 + 16ca8a8 commit 400141bCopy full SHA for 400141b
3 files changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-node@v2
15
with:
16
- node-version: '16'
+ node-version: '22'
17
cache: 'npm'
18
- name: Install dependencies
19
run: |
0 commit comments