Skip to content

Commit

Permalink
Update runner node
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Nov 1, 2024
1 parent 8eb6011 commit 9b37589
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
- run: npm i -g vsce ovsx
- run: yarn install
- run: yarn run gh:release
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18

# The vue I18next framework fixture tests rely on the documents getting recognized as `vue` documents by VSCode.
# We set the `file.association` in the tests' .vscode/settings.json. However, `vue` is not a language identifier
Expand Down

0 comments on commit 9b37589

Please sign in to comment.