We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5c55e commit 65aa84eCopy full SHA for 65aa84e
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Node.js
18
uses: actions/setup-node@v2
19
with:
20
- node-version: 16.15
+ node-version: 20
21
22
- name: Cache node modules
23
uses: actions/cache@v2
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
24
0 commit comments