Skip to content

Commit 29abdce

Browse files
authored
Merge pull request #43 from Debugging-Disciples/JustinhSE-patch-1
Upgrade GitHub Actions to v4 and add lint step
2 parents b8b07f3 + bfdbc90 commit 29abdce

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/typescript-build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v3
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
1414
node-version: '18'
15-
- run: npm install
15+
- run: npm ci
16+
- run: npm run lint
1617
- run: npm run build

0 commit comments

Comments
 (0)