File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 release :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 with :
1414 fetch-depth : 0
15- - uses : actions/setup-node@v3
15+ - uses : actions/setup-node@v4
1616 with :
17- node-version : 16
17+ node-version : 18
1818 - run : npm i -g vsce ovsx
1919 - run : yarn install
2020 - run : yarn run gh:release
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 git config --global core.autocrlf false
1717 git config --global core.eol lf
1818
19- - uses : actions/checkout@v3
20- - uses : actions/setup-node@v3
19+ - uses : actions/checkout@v4
20+ - uses : actions/setup-node@v4
2121 with :
22- node-version : 16
22+ node-version : 18
2323
2424 # The vue I18next framework fixture tests rely on the documents getting recognized as `vue` documents by VSCode.
2525 # We set the `file.association` in the tests' .vscode/settings.json. However, `vue` is not a language identifier
You can’t perform that action at this time.
0 commit comments