Skip to content

Commit 1c4f996

Browse files
committed
chore: Set up Node.js environment with version 16
1 parent bc6f68d commit 1c4f996

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ jobs:
155155
steps:
156156
- name: Checkout repository # checkout the repository
157157
uses: actions/[email protected]
158+
- name: Set up Node.js # setting up the node.js environment
159+
uses: actions/[email protected]
160+
with:
161+
node-version: '16'
158162
# caching the maven packages to speed up the build process.
159163
# Link to the documentation - https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows
160164
- name: Cache Maven packages

0 commit comments

Comments
 (0)