Skip to content

Commit

Permalink
Update github actions versions (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhinodavid authored Feb 16, 2023
1 parent 2b08442 commit cdfdd12
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,22 @@ jobs:

strategy:
matrix:
node-version: [19.x, 18.x, 16.x, 14.x]
node-version: [19.x, 18.x, 16.x]
os: [ubuntu-latest, macos-latest]

runs-on: ${{ matrix.os }}

steps:
- name: Checkout the repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit cdfdd12

Please sign in to comment.