Skip to content

Commit 3f2cd04

Browse files
committed
1 parent 635d945 commit 3f2cd04

File tree

5 files changed

+139
-1509
lines changed

5 files changed

+139
-1509
lines changed

.github/workflows/node-ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10-
- uses: actions/setup-node@v3
11-
with:
12-
node-version: '20'
13-
- run: corepack enable
14-
- run: yarn install
15-
- run: yarn test
16-
- run: yarn build
10+
- uses: oven-sh/setup-bun@v2
11+
- run: bun install --frozen-lockfile
12+
- run: bun run test
13+
- run: bun run build
1714
- uses: peaceiris/actions-gh-pages@v3
1815
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
1916
with:

.yarnrc.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

bun.lock

Lines changed: 135 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "tyrolean-map",
33
"version": "1.0.0",
4-
"packageManager": "yarn@4.9.2",
54
"description": "Frontend to various maps published by Land Tirol and South Tyrol as Open Government Data",
65
"main": "app.ts",
76
"scripts": {

0 commit comments

Comments
 (0)