Skip to content

Commit 8bfe6e9

Browse files
committed
fix: update Node.js version to lts and upgrade upload-artifact action to v6
1 parent 8d07382 commit 8bfe6e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v6
1919
with:
20-
node-version: latest
20+
node-version: lts/*
2121
- name: npm ci
2222
run: npm ci
2323
- name: npm run vscode:prepublish
@@ -28,6 +28,6 @@ jobs:
2828
run: npm run package
2929
- name: upload vsix package
3030
if: matrix.os == 'ubuntu-latest'
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v6
3232
with:
3333
path: veriloghdl-*.vsix

0 commit comments

Comments
 (0)