Skip to content

Commit 0f58f19

Browse files
author
Ana Silva
committed
chore: bump node version in CI
1 parent 4da9d02 commit 0f58f19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install Node.js
1313
uses: actions/setup-node@v3
1414
with:
15-
node-version: 18
15+
node-version: 20
1616
cache: npm
1717

1818
- name: Install dependencies

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Actions
1010
strategy:
1111
matrix:
12-
node-version: [18]
12+
node-version: [20]
1313
runs-on: ubuntu-latest
1414
container:
1515
image: node:${{ matrix.node-version }}

0 commit comments

Comments
 (0)