diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index b83d066..5d211a2 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -18,7 +18,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 20.x - run: yarn install --frozen-lockfile - run: yarn build - run: yarn test diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 90d51ad..1611314 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - run: yarn install --frozen-lockfile - run: yarn build - run: yarn test diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a49ac29..af32155 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 20.x - run: yarn install --frozen-lockfile - run: yarn build - run: yarn test \ No newline at end of file diff --git a/infrastructure/cloud-config.yml b/infrastructure/cloud-config.yml index 3a03b47..39a6d33 100644 --- a/infrastructure/cloud-config.yml +++ b/infrastructure/cloud-config.yml @@ -16,8 +16,8 @@ apt: source: deb [arch=amd64] https://download.docker.com/linux/debian $RELEASE stable keyid: 9DC858229FC7DD38854AE2D88D81803C0EBFCD88 nodejs.list: - source: deb [signed-by=$KEY_FILE] https://deb.nodesource.com/node_18.x $RELEASE main - keyid: 9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280 + source: deb [signed-by=$KEY_FILE] https://deb.nodesource.com/node_20.x $RELEASE main + keyid: 9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280 packages: - git