Skip to content

Commit

Permalink
πŸ“ Fixed missing runner operating system
Browse files Browse the repository at this point in the history
  • Loading branch information
temmiland committed Sep 18, 2022
1 parent d583c96 commit 7dbe689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ on: [push, workflow_dispatch]

jobs:
build:
runs-on: debian-latest
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 15.x
- 16.x
- 17.x
- 18.x
steps:
- uses: actions/checkout@v3.0.2

Expand All @@ -21,6 +20,7 @@ jobs:

- name: npm install, build, and test
run: |
unset NODE_OPTIONS
cd react-fileicons
npm ci
npm run build
Expand Down

0 comments on commit 7dbe689

Please sign in to comment.