Skip to content

Commit

Permalink
Update javascript.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doublederek authored May 10, 2024
1 parent 29acebb commit a5443c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '15'
- name: Set Environment Variable
run: echo "TEST_ANSWER=${{ secrets.TEST_ANSWER }}" >> $GITHUB_ENV
- run: cd javascript && npm install
Expand Down

0 comments on commit a5443c5

Please sign in to comment.