chore: 🔧 Update files
This commit is contained in:
parent
92d0dcd96b
commit
9c12c312f0
2 changed files with 9 additions and 4 deletions
|
|
@ -18,11 +18,16 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup environment
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
|
||||
- name: Setup pnpm
|
||||
run: |
|
||||
node --version && npm --version
|
||||
npm install -g pnpm@${{ env.PNPM_VERSION }}
|
||||
pnpm --version
|
||||
echo "Node: $(node --version)"
|
||||
echo "pnpm: $(pnpm --version)"
|
||||
|
||||
- name: Configure npm for Forgejo registry
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
variables:
|
||||
PLAYWRIGHT_VERSION: "1.57.0"
|
||||
PNPM_VERSION: "8.15.0"
|
||||
NODE_VERSION: "20"
|
||||
NODE_VERSION: "22"
|
||||
|
||||
# Base job for E2E tests
|
||||
.e2e-base:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue