Skip to content

Commit ef51d7c

Browse files
author
Andrea Aramini, INI-MBM-BNC (EXT)
committed
chore: fix node version
1 parent 153b10d commit ef51d7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Setup Node.js
13-
uses: actions/setup-node@v1
13+
uses: actions/setup-node@v3
1414
with:
15-
node-version: 12
15+
node-version: 21
1616
- name: Install dependencies
1717
run: npm install
1818
- name: Check indentation

0 commit comments

Comments
 (0)