Skip to content

Commit

Permalink
chore: bump workflow node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Oct 25, 2023
1 parent c18ce10 commit 6448dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on: push

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '16'

- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit 6448dfb

Please sign in to comment.