Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devlegacy authored Jul 30, 2024
1 parent cc52e11 commit 8e2ab70
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Node.js CI ⬢
run-name: Node.js CI ⬢
name: Node.js ⬢ CI
run-name: Node.js ⬢ CI

on:
push:
Expand All @@ -10,10 +10,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [21.x, 22.x]
node-version: [22.x]
steps:
- name: Checkout 📖
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }} 🚀
run: echo "Using Node.js ${{ matrix.node-version }} ${{github.workflow}} ${{github.event_name}} ${{github.actor}}"

- name: more and mode
env:
JOB_CONTEXT: ${{toJson(job)}}
run: |
echo "Job context: ${JOB_CONTEXT}"
echo "Done!!!"

0 comments on commit 8e2ab70

Please sign in to comment.