Skip to content

Commit

Permalink
Updating the github actions and adding types
Browse files Browse the repository at this point in the history
  • Loading branch information
rustedgrail committed Jun 2, 2023
1 parent 8204bc4 commit 65970b7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,18 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [12.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v
- uses: browser-actions/setup-firefox@latest

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Install dependencies
run: |
Expand Down

0 comments on commit 65970b7

Please sign in to comment.