Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eegli committed Jan 2, 2024
1 parent aad0e52 commit e0b2f9f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
name: TypeScript, lint, build
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
Expand All @@ -35,9 +35,9 @@ jobs:
os: [ubuntu-latest]
node: ['18', '19', '20', '21']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: ${{ matrix.node }}
Expand All @@ -56,9 +56,9 @@ jobs:
# Keep in sync with Jest projects config
proj: ['auth-token', 'cli', 'core', 'library', 'utils']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: ${{ matrix.node }}
Expand All @@ -82,9 +82,9 @@ jobs:
os: [ubuntu-latest]
node: ['18']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node v${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: ${{ matrix.node }}
Expand Down

0 comments on commit e0b2f9f

Please sign in to comment.