Skip to content

Commit

Permalink
Update gh actions for newer node version
Browse files Browse the repository at this point in the history
  • Loading branch information
grosscol committed Oct 30, 2023
1 parent f918089 commit beebee5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/package_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:

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

- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.x"

- name: Ensure setuptools up to date.
run: pip install setuptools

- name: Install package
run: |
Expand Down

0 comments on commit beebee5

Please sign in to comment.