Skip to content

Commit 0893181

Browse files
committed
Fixied workflows
1 parent fd08b56 commit 0893181

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
pull_request:
88
workflow_dispatch:
99

10-
env:
11-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
12-
1310
jobs:
1411
verify:
1512
name: Verify (Ruby ${{ matrix.ruby }})
@@ -23,7 +20,7 @@ jobs:
2320

2421
steps:
2522
- name: Checkout
26-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2724

2825
- name: Set up Ruby
2926
uses: ruby/setup-ruby@v1

.github/workflows/pages.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
- ".github/workflows/pages.yml"
1010
workflow_dispatch:
1111

12-
env:
13-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
14-
1512
permissions:
1613
contents: read
1714
pages: write
@@ -28,10 +25,10 @@ jobs:
2825

2926
steps:
3027
- name: Checkout
31-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
3229

3330
- name: Set up Node.js
34-
uses: actions/setup-node@v4
31+
uses: actions/setup-node@v5
3532
with:
3633
node-version: "22"
3734

0 commit comments

Comments
 (0)