Skip to content

Commit b38fae1

Browse files
author
Nico Ismaili
committed
chore: merge branch 'main' of github.com:nico-i/commitlint-plugin-spend
2 parents fe99e9b + aa80c8a commit b38fae1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
22-
- uses: actions/setup-node@v4
22+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2323
with:
24-
node-version: "v22.14.0"
25-
registry-url: "https://registry.npmjs.org"
24+
node-version: "22.16.0"
25+
registry-url: 'https://registry.npmjs.org'
2626
- name: Install dependencies (Cache hit will skip actual installation)
2727
run: |
2828
bun install --frozen-lockfile

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.14.0
1+
22.16.0

0 commit comments

Comments
 (0)