Skip to content

Commit ab0b4bb

Browse files
ci: use latest node and npm
1 parent 88aca7b commit ab0b4bb

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Drag and drop tests
22
on: [push, workflow_dispatch]
3+
env:
4+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
35
jobs:
46
playwright:
57
name: "Playwright tests"
@@ -9,7 +11,13 @@ jobs:
911
- uses: actions/checkout@v4
1012
- uses: actions/setup-node@v4
1113
with:
12-
node-version: 20
14+
node-version: latest
15+
- name: Update npm
16+
run: npm install -g npm@latest
17+
- name: Verify runtime
18+
run: |
19+
node --version
20+
npm --version
1321
- name: Install pnpm
1422
uses: pnpm/action-setup@v4
1523
with:

0 commit comments

Comments
 (0)