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 23f9da5 commit 4b02499Copy full SHA for 4b02499
.github/workflows/coverage.yml
@@ -8,7 +8,7 @@ jobs:
8
9
strategy:
10
matrix:
11
- node-version: [12.x]
+ node-version: [18.x]
12
13
steps:
14
- name: Checkout repository
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ${{ matrix.os }}
- node: ['12.x']
+ node: ['18.x']
os: [ubuntu-latest, windows-latest, macOS-latest]
.github/workflows/surge.yml
@@ -9,7 +9,7 @@ jobs:
15
0 commit comments