Skip to content

Commit

Permalink
Partially roll back #698
Browse files Browse the repository at this point in the history
This seems to be causing CI failures, or at least masking their real
cause, as in https://github.com/sass/sass-site/actions/runs/4327474897/jobs/7556146821.
  • Loading branch information
nex3 committed Mar 3, 2023
1 parent 461c987 commit 7c69e1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
pull_request:

env:
RUBY_VERSION: 2.7.7
NODE_VERSION: 18
RUBY_VERSION: 2.5.2
NODE_VERSION: 16

jobs:
unit_tests:
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ DEPENDENCIES
wdm (~> 0.1.1)

RUBY VERSION
ruby 2.7.7
ruby 2.5.3p105

BUNDLED WITH
1.17.3
1.16.6

0 comments on commit 7c69e1e

Please sign in to comment.