We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c958b commit b795ddaCopy full SHA for b795dda
.github/workflows/deploy.yml
@@ -12,10 +12,10 @@ jobs:
12
- name: checkout
13
uses: actions/checkout@v3
14
15
- - name: Use Node.js 18.x
+ - name: Use Node.js 20.x
16
uses: actions/setup-node@v3
17
with:
18
- node-version: 18.x
+ node-version: 20.x
19
20
- name: Cache node modules
21
id: cache-npm
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
- node-version: [18.x]
+ node-version: [20.x]
steps:
- uses: actions/checkout@v3
.github/workflows/webpack.yml
- node-version: [18.x, 19.x]
+ node-version: [19.x, 20.x, 22.x]
0 commit comments