Skip to content

Commit

Permalink
Merge pull request #145 from profcfuhrmanets/fuhrmanator-patch-1
Browse files Browse the repository at this point in the history
Update build-and-tests.yml for latest actions
  • Loading branch information
fuhrmanator authored May 11, 2024
2 parents d81db13 + 5ca9ea9 commit 20c0ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-12]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '17.x'
cache: 'npm'
Expand Down

0 comments on commit 20c0ff3

Please sign in to comment.