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 83f862b commit cc93ee0Copy full SHA for cc93ee0
.github/workflows/ci.yml
@@ -3,6 +3,9 @@ name: Build CI
3
on:
4
pull_request:
5
6
+env:
7
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
8
+
9
jobs:
10
build:
11
runs-on: ubuntu-latest
@@ -15,8 +18,6 @@ jobs:
15
18
16
19
- name: Setup pnpm
17
20
uses: pnpm/action-setup@v5
- with:
- version: latest
21
22
- name: Use Node.js LTS
23
uses: actions/setup-node@v6
.github/workflows/deploy.yml
@@ -5,6 +5,9 @@ on:
branches: [main]
workflow_dispatch:
permissions:
12
contents: read
13
pages: write
@@ -28,8 +31,6 @@ jobs:
28
31
29
32
30
33
34
35
36
0 commit comments