Skip to content

Commit

Permalink
Test: Unpin Python and upgrade GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Mar 29, 2024
1 parent 5b2c606 commit 64bcd75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
name: ${{ matrix.os }} / Node ${{ matrix.node }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Use node ${{ matrix.node }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 https://github.com/actions/setup-python/releases/tag/v4.7.1
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.x'
- name: Install
run: npm install
- name: Test
Expand Down

0 comments on commit 64bcd75

Please sign in to comment.