Skip to content

Commit

Permalink
Merge pull request #4288 from deining/bump-actions
Browse files Browse the repository at this point in the history
Bump GitHub workflows to latest version
  • Loading branch information
jgonggrijp committed Mar 6, 2024
2 parents c73855b + 74c9fc9 commit 4e64208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -21,8 +21,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest


steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 14 node-version: 14
cache: 'npm' cache: 'npm'
Expand Down

0 comments on commit 4e64208

Please sign in to comment.