diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd0e8ff..79f4e37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3.1.1 with: - node-version: 16.x + node-version: 18.x - name: Install dependencies run: yarn --frozen-lockfile diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cea23ef..8afe50e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3.1.1 with: - node-version: 16.x + node-version: 18.x - name: Install dependencies run: yarn --frozen-lockfile