Skip to content

Commit

Permalink
refactor: update actions and project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Apr 20, 2024
1 parent 2c57827 commit 03f2b03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node CI
name: CI

on:
push:
Expand All @@ -14,9 +14,9 @@ jobs:
NODE_ENV: test

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Build and Test
Expand Down
2 changes: 1 addition & 1 deletion .idea/dashboard.iml → .idea/globalping-dash-directus.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03f2b03

Please sign in to comment.