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 3e0d09f commit 771cd27Copy full SHA for 771cd27
.github/workflows/production.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- node-version: [18.x]
+ node-version: [20.x]
13
steps:
14
- name: Checkout Repository
15
uses: actions/checkout@v2
.github/workflows/pullrequest.yaml
@@ -8,7 +8,7 @@ jobs:
8
0 commit comments