Skip to content

Commit 59bb878

Browse files
committed
build: update versions
1 parent 5fef7d5 commit 59bb878

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
registry-url:
66
description: npm registry URL (set for publish steps)
77
required: false
8-
default: ""
8+
default: ''
99

1010
runs:
1111
using: composite
@@ -15,9 +15,9 @@ runs:
1515
run: corepack enable
1616

1717
- name: Setup Node.js Environment
18-
uses: actions/setup-node@v4
18+
uses: actions/setup-node@v6
1919
with:
20-
node-version-file: ".nvmrc"
20+
node-version-file: '.nvmrc'
2121
registry-url: ${{ inputs.registry-url || '' }}
2222

2323
- name: Install yarn with Corepack

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
FORCE_COLOR: 1
1313
NODE_OPTIONS: "--max-old-space-size=6144"
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- uses: ./.github/actions/setup
1717

1818
- name: Run lint

.github/workflows/main-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
contents: write
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323
token: ${{ secrets.BOLT_CI_GITHUB_TOKEN }}
@@ -35,7 +35,7 @@ jobs:
3535
GITHUB_TOKEN: ${{ secrets.BOLT_CI_GITHUB_TOKEN }}
3636

3737
- name: Setup npm registry
38-
uses: actions/setup-node@v4
38+
uses: actions/setup-node@v6
3939
with:
4040
registry-url: "https://registry.npmjs.org"
4141

0 commit comments

Comments
 (0)