Skip to content

Commit

Permalink
Bump node add ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed Apr 21, 2024
1 parent 385db88 commit 2034aaf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,22 @@ jobs:
run: composer install
- name: PHP-CS-Fixer
run: ./vendor/bin/php-cs-fixer fix
serverless-check:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Get Node version from .mise.toml
uses: SebRollen/[email protected]
id: get-node-version
with:
file: .mise.toml
field: tools.node
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '${{ steps.get-node-version.outputs.value }}'
- name: Install dependencies
run: npm ci
- name: Check serverless.yml
run: npx serverless print
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[tools]
node = '20.11.1'
node = '20.12.2'

0 comments on commit 2034aaf

Please sign in to comment.