diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8cf15ab..b47968e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,10 +13,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install Node v18 + - name: Install Node v20 uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm - name: Install dependencies @@ -35,10 +35,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install Node v18 + - name: Install Node v20 uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm - name: Install dependencies @@ -57,10 +57,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install Node v18 + - name: Install Node v20 uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm - name: Install dependencies