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 88aca7b commit ab0b4bbCopy full SHA for ab0b4bb
1 file changed
.github/workflows/ci.yml
@@ -1,5 +1,7 @@
1
name: Drag and drop tests
2
on: [push, workflow_dispatch]
3
+env:
4
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
5
jobs:
6
playwright:
7
name: "Playwright tests"
@@ -9,7 +11,13 @@ jobs:
9
11
- uses: actions/checkout@v4
10
12
- uses: actions/setup-node@v4
13
with:
- 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
21
- name: Install pnpm
22
uses: pnpm/action-setup@v4
23
0 commit comments