Skip to content

Commit

Permalink
Bump node and yarn version up to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kanziw committed Dec 16, 2023
1 parent 9bb0299 commit 4d1692d
Show file tree
Hide file tree
Showing 13 changed files with 20,740 additions and 20,894 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.14.2
node-version-file: '.tool-versions'

- name: Lint
run: |
Expand All @@ -23,26 +23,26 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.14.2
node-version-file: '.tool-versions'

- name: Test with coverage
run: |
yarn test --coverage
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
verbose: true

check-is-publishable-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.14.2
node-version-file: '.tool-versions'

- name: Check is publishable versions
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.14.2
node-version-file: '.tool-versions'
registry-url: 'https://registry.npmjs.org'

- name: Publish packages
Expand Down
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

33,270 changes: 15,606 additions & 17,664 deletions .pnp.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit 4d1692d

Please sign in to comment.