Skip to content

Commit

Permalink
update node.js.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekcrm committed Jan 3, 2024
1 parent e4ab161 commit a55e5fa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ jobs:
runs-on: ubuntu-latest

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

- name: Setup Node18
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install TypeScript
run: npm install -g typescript@5.3.2

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit a55e5fa

Please sign in to comment.