Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jul 1, 2021
1 parent cd91ac4 commit a7aa37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
node-version: [12.x, 14.x]
node-version: [14.x, 16.x]

name: ${{ matrix.os }} (Node.js ${{ matrix.node-version }})

steps:
- name: Checkout 🛎
uses: actions/checkout@v2
- name: Setup Node.js ${{ matrix.node-version }} ⚙
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Run display server 🖥
Expand Down

0 comments on commit a7aa37c

Please sign in to comment.