Skip to content

Commit

Permalink
💚 removed npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
letmejustputthishere committed Jan 18, 2024
1 parent bf40b3b commit c696117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Tests
on:
# push:
# branches: [ "main" ]
workflow_dispatch:
pull_request:

concurrency:
Expand All @@ -11,19 +12,18 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
matrix:
node-version: [18.x]
node-version: [18]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dfx
uses: dfinity/setup-dfx@main
- name: Install mops
Expand Down

0 comments on commit c696117

Please sign in to comment.