Skip to content

Commit

Permalink
update remaining tests to newest GHA things (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog authored May 8, 2023
1 parent 205cc0a commit 579a08d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-shell-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- ubuntu-22.04
- windows-2022
node-version:
- '14'
- '16'

steps:
# Install deps and cache
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
node-version:
- '14'
- '16'
steps:
# Install deps and cache
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install node ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org
Expand Down

0 comments on commit 579a08d

Please sign in to comment.