Skip to content

Commit

Permalink
Bump Github Actions (jorgebucaran#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Aug 25, 2023
1 parent 20fc196 commit 0928e67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
bench:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Benchmarks
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.cjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
node-version: [10.x]
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
node-version: [12.x, 14.x]
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Test
Expand Down

0 comments on commit 0928e67

Please sign in to comment.