diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c10d168..346ec0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install Node v18 + - name: Install Node v20 uses: actions/setup-node@v3 with: node-version: 20 @@ -38,10 +38,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 @@ -60,10 +60,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 diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 8dd0ffb..deeb795 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -15,10 +15,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 @@ -38,10 +38,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 @@ -60,10 +60,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