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 7f67e5b commit 89a1cf6Copy full SHA for 89a1cf6
.github/workflows/mend.yml
@@ -14,10 +14,10 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
17
- - name: 'setup node: 18 platform: ${{ runner.os }}'
+ - name: 'setup node: 20 platform: ${{ runner.os }}'
18
uses: actions/setup-node@v4
19
with:
20
- node-version: 18
+ node-version: 20
21
22
- name: npm install
23
run: |
.github/workflows/release.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
6
env:
7
- NODE_VERSION: '18.x'
+ NODE_VERSION: '20'
8
9
jobs:
10
release:
.github/workflows/release_prep.yml
@@ -16,7 +16,7 @@ jobs:
name: "Release Prep"
runs-on: "ubuntu-latest"
- NODE_VERSION: "18"
+ NODE_VERSION: "20"
- name: "Checkout"
0 commit comments