diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 406c4cf0..20035714 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -16,9 +16,9 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup node environment - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: 14.x + node-version: 18.x - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)"