mirror of
https://github.com/zerobig/vscode-1c-metadata-viewer.git
synced 2024-11-24 08:42:18 +02:00
fix github actions used package versions
This commit is contained in:
parent
cefde1a0b5
commit
662e6d6ab3
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -8,8 +8,8 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
- run: npm install
|
||||
|
Loading…
Reference in New Issue
Block a user