Skip to content

Commit 2447a88

Browse files
authored
Merge pull request #1 from aframevr/master
sync
2 parents 1ae23c4 + b61d7c5 commit 2447a88

File tree

133 files changed

+4492
-4915
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+4492
-4915
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
runs-on: ubuntu-22.04
1515
strategy:
1616
matrix:
17-
node-version: ['16.x']
17+
node-version: ['20.x']
1818
firefox-version: ['latest']
1919
steps:
2020
- name: Checkout Repo
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Use Node.js ${{ matrix['node-version'] }}
24-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix['node-version'] }}
2727
# Enabling the cache reduces the "Install dependencies" step by 1m30,

dist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ script below from the [jsdelivr CDN](https://www.jsdelivr.com/):
88
```html
99
<html>
1010
<head>
11-
<script src="https://cdn.jsdelivr.net/gh/aframevr/aframe@b9e510c660c600e15b81075eb201f3f875139d50/dist/aframe-master.min.js"></script>
11+
<script src="https://cdn.jsdelivr.net/gh/aframevr/aframe@3e7aa71a486e064fb7bd23e11799cea588d4a662/dist/aframe-master.min.js"></script>
1212
</head>
1313
<body>
1414
<a-scene>

0 commit comments

Comments
 (0)