Skip to content

Commit 9b37589

Browse files
committed
Update runner node
1 parent 8eb6011 commit 9b37589

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)