We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e43f2 commit d61d2e4Copy full SHA for d61d2e4
.github/workflows/build-test.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-20.04]
12
- node: [14, 16, 18]
+ node: [18, 20]
13
name: ${{ matrix.os }} and node ${{ matrix.node }}
14
steps:
15
- uses: actions/checkout@v2
.github/workflows/pr-checks.yml
@@ -14,7 +14,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
16
with:
17
- node-version: 16
+ node-version: 20
18
- run: npm ci
19
- name: Enforce code style
20
run: npm run validate
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
- name: Install dependencies
26
run: |
27
npm ci
0 commit comments