Update actions/setup-node action to v6
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
with:
|
||||
bun-version-file: ".bun-version"
|
||||
# only required for cspell compatibility until a mature replacement is available
|
||||
- uses: actions/setup-node@v5
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 20
|
||||
- run: bun install --frozen-lockfile
|
||||
|
||||
Reference in New Issue
Block a user