Skip to content

Commit b16f172

Browse files
authored
Merge pull request #227 from makermelissa/beta
Undo GitHub Actions changes but use node 18 (same as beta)
2 parents 2c0c147 + 97dea7d commit b16f172

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 22
15+
node-version: 18
1616
cache: 'npm'
17-
- run: rm -rf node_modules
18-
- run: rm package-lock.json
19-
- run: npm install
20-
- run: npm ci
2117
- run: npm run build

0 commit comments

Comments
 (0)