We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d19325 commit 5bff025Copy full SHA for 5bff025
1 file changed
.github/workflows/build-test.yml
@@ -15,7 +15,7 @@ permissions:
15
16
jobs:
17
build-test:
18
- runs-on: buildjet-8vcpu-ubuntu-2204
+ runs-on: ubuntu-latest
19
20
services:
21
postgres:
@@ -59,7 +59,7 @@ jobs:
59
version: 10.12.1
60
61
- name: Use Node.js ${{ matrix.node-version }}
62
- uses: buildjet/setup-node@v3
+ uses: actions/setup-node@v4
63
with:
64
node-version: ${{ matrix.node-version }}
65
cache: 'pnpm'
@@ -76,7 +76,7 @@ jobs:
76
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
77
78
- name: Setup pnpm cache
79
- uses: buildjet/cache@v3
+ uses: actions/cache@v4
80
81
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
82
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments