Skip to content

Commit 3cb3b2e

Browse files
committed
ci: use the latest LTS version of NodeJS (18.x)
Part of #13
1 parent e352297 commit 3cb3b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup NodeJS
1717
uses: actions/[email protected] # https://github.com/actions/setup-node
1818
with:
19-
node-version: 16
19+
node-version: 18
2020
cache: 'npm'
2121
- name: Install project dependencies
2222
run: npm ci # https://docs.npmjs.com/cli/v8/commands/npm-ci

0 commit comments

Comments
 (0)