Skip to content

Commit

Permalink
chore(ci): Using nodev16 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Feb 8, 2023
1 parent 6b6c613 commit a21eb4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- name: Test
run: ./scripts/audit.sh
tests:
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build icons
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build presets
Expand All @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build icons
Expand All @@ -88,7 +88,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build icons
Expand Down

1 comment on commit a21eb4c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.