Skip to content

Commit 6480646

Browse files
chore(COD-5174): use Node.js version 18 (#223)
1 parent a3b847d commit 6480646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ runs:
7676
lacework --noninteractive -a "${LW_ACCOUNT_NAME}" -k "${LW_API_KEY}" -s "${LW_API_SECRET}" version
7777
env:
7878
CDK_DOWNLOAD_TIMEOUT_MINUTES: 2
79-
- uses: actions/setup-node@v3
79+
- uses: actions/setup-node@v4
8080
with:
81-
node-version: 16
81+
node-version: 18
8282
- shell: bash
8383
run: |
8484
rm -rf ../lacework-code-security

0 commit comments

Comments
 (0)