Skip to content

Commit 09b44da

Browse files
Update actions/setup-node action to v6
1 parent 7afeb6f commit 09b44da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/angular-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: 'Setup Node.js 18.x'
31-
uses: actions/setup-node@v4
31+
uses: actions/setup-node@v6
3232
with:
3333
node-version: '18.x'
3434
cache: 'npm'

0 commit comments

Comments
 (0)