Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukascivil committed Dec 27, 2023
1 parent d246fc8 commit a10676b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.17.0'
cache: 'yarn'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.17.0'
cache: 'yarn'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v3
# - uses: actions/setup-node@v4
# with:
# node-version: 16
# - name: Install dependencies
Expand All @@ -26,7 +26,7 @@
# packages: write
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v3
# - uses: actions/setup-node@v4
# with:
# node-version: 16
# registry-url: https://npm.pkg.github.com/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0

- name: Setup Node environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.17.0'
cache: 'yarn'
Expand Down

0 comments on commit a10676b

Please sign in to comment.