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 611b8ce commit 608da1fCopy full SHA for 608da1f
2 files changed
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup Node
13
uses: actions/setup-node@v1
14
with:
15
- node-version: '20.x'
+ node-version: '24.x'
16
- name: Checkout
17
uses: actions/checkout@v2
18
- name: Cache Node modules
.github/workflows/pr.yml
@@ -17,7 +17,7 @@ jobs:
19
20
21
22
23
0 commit comments