Skip to content

Commit 2b6f43e

Browse files
authored
Merge pull request #41 from blazejkustra/bump-node
Bump node
2 parents 9157f14 + 87b528a commit 2b6f43e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node: [18, 20]
15+
node: [20, 22]
1616
name: Node ${{ matrix.node }}
1717
steps:
1818
- name: Checkout

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node
3333
uses: actions/setup-node@v3
3434
with:
35-
node-version: 18
35+
node-version: 22
3636
registry-url: 'https://registry.npmjs.org'
3737
- name: Install dependencies ⏳
3838
working-directory: ./docs

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: '18.x'
16+
node-version: '22.x'
1717
registry-url: 'https://registry.npmjs.org'
1818
- name: Install dependencies ⏳
1919
run: npm ci

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
22

0 commit comments

Comments
 (0)