Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/v2/internal/fronte…
Browse files Browse the repository at this point in the history
…nd/runtime/vite-3.2.8
  • Loading branch information
leaanthony authored Mar 24, 2024
2 parents e57f9b4 + 311aee3 commit 72729d1
Show file tree
Hide file tree
Showing 40 changed files with 1,180 additions and 1,687 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-sponsor-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set Node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 20.x

- name: Update Sponsors
run: cd scripts/sponsors && chmod 755 ./generate-sponsor-image.sh && ./generate-sponsor-image.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-translated-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Nodejs
uses: actions/setup-node@v2
with:
node-version: 18.x
node-version: 20.x

- name: Install Task
uses: arduino/setup-task@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-source-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Nodejs
uses: actions/setup-node@v2
with:
node-version: 18.x
node-version: 20.x

- name: Setup Task
uses: arduino/setup-task@v1
Expand Down
Loading

0 comments on commit 72729d1

Please sign in to comment.