diff --git a/.github/workflows/dev.yaml b/.github/workflows/dev.yaml index 19a7ccc..df4c990 100644 --- a/.github/workflows/dev.yaml +++ b/.github/workflows/dev.yaml @@ -5,15 +5,15 @@ on: branches: - dev permissions: - id-token: write - contents: read + id-token: write + contents: read jobs: build: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.16.0] + node-version: [18.18.0] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/staging.yaml b/.github/workflows/staging.yaml index 622df1e..4f791e2 100644 --- a/.github/workflows/staging.yaml +++ b/.github/workflows/staging.yaml @@ -5,15 +5,15 @@ on: branches: - staging permissions: - id-token: write - contents: read + id-token: write + contents: read jobs: build: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.13.2] + node-version: [18.18.0] steps: - uses: actions/checkout@v2