Skip to content

Commit

Permalink
ci: disable push and use node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco committed Mar 2, 2024
1 parent f977868 commit 09abe04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
on:
- push
- pull_request

jobs:
Expand All @@ -8,7 +7,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js 20.x
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js 18.x
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
- name: Initialize project
run: |
Expand Down

0 comments on commit 09abe04

Please # to comment.