Skip to content

Commit 4561aae

Browse files
authored
chore(ci): opt into Node.js 24 for GitHub Actions (#32)
1 parent c7be14a commit 4561aae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [main]
88

9+
env:
10+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11+
912
jobs:
1013
test:
1114
name: Test

.github/workflows/version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ permissions:
2020

2121
env:
2222
GHCR_IMAGE: ghcr.io/${{ github.repository_owner }}/seer-cli
23+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2324

2425
jobs:
2526
release:
@@ -112,7 +113,7 @@ jobs:
112113
uses: goreleaser/goreleaser-action@v6
113114
with:
114115
distribution: goreleaser
115-
version: latest
116+
version: "~> v2"
116117
args: release --clean
117118
env:
118119
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)